From 2a3139b468eabad912e49eacbc61b0487034f44f Mon Sep 17 00:00:00 2001 From: Jardel Matias Date: Mon, 1 Jan 2024 22:59:36 -0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ed316fd..daca22b 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,6 @@ Welcome to the Historical Computer Science articles repository! This curated ass - [Harvest, Yield, and Scalable Tolerant Systems [1999]](./Databases/Harvest,%20yield,%20and%20scalable%20tolerant%20systems.pdf): Leslie Lamport's paper discussing the challenges of building scalable and fault-tolerant distributed systems. -## Miscellaneous 🌐 - -- [Representation of Events in Nerve Nets and Finite Automata [1956]](./Miscellaneous/Representation%20of%20Events%20in%20Nerve%20Nets%20and%20Finite%20Automata.pdf): Warren McCulloch and Walter Pitts' foundational work on modeling events in nerve nets and finite automata. - -- [Regular Expression Search Algorithm [1968]](./Miscellaneous/%20Regular%20Expression%20Search%20Algorithm.pdf): A classic paper introducing an efficient algorithm for searching regular expressions. - -- [Bitcoin - A Peer-to-Peer Electronic Cash System [2008]](./Miscellaneous/Bitcoin%20-%20A%20Peer-to-Peer%20Electronic%20Cash%20System.pdf): Satoshi Nakamoto's groundbreaking paper introducing the concept and protocol for Bitcoin, the first decentralized cryptocurrency. - ## Operating Systems 🖥️ - [The UNIX Time-Sharing System (1974)](./Operating%20Systems/The%20UNIX%20Time-Sharing%20System.pdf) - Dennis Ritchie and Ken Thompson's paper on the development of the UNIX operating system. @@ -74,4 +66,12 @@ Welcome to the Historical Computer Science articles repository! This curated ass - Working On 🚧 +## Miscellaneous 🌐 + +- [Representation of Events in Nerve Nets and Finite Automata [1956]](./Miscellaneous/Representation%20of%20Events%20in%20Nerve%20Nets%20and%20Finite%20Automata.pdf): Warren McCulloch and Walter Pitts' foundational work on modeling events in nerve nets and finite automata. + +- [Regular Expression Search Algorithm [1968]](./Miscellaneous/%20Regular%20Expression%20Search%20Algorithm.pdf): A classic paper introducing an efficient algorithm for searching regular expressions. + +- [Bitcoin - A Peer-to-Peer Electronic Cash System [2008]](./Miscellaneous/Bitcoin%20-%20A%20Peer-to-Peer%20Electronic%20Cash%20System.pdf): Satoshi Nakamoto's groundbreaking paper introducing the concept and protocol for Bitcoin, the first decentralized cryptocurrency. + Feel free to contribute to this repository by adding more historically significant articles that have shaped the field of computer science.