Clio is a project of limistah as a public journal on studies of Books, Articles, Journals, or any general knowledge.
Materials
Introduction to Algorithms
This book provides a comprehensive introduction to the modern study of computer algorithms. It presents many algorithms and covers them in considerable depth, yet makes their design accessible to all levels of readers.
Jan 20, 2021
Algorithms
The C Programming Language
The C Programming Language is a computer programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the C programming language, as well as co-designed the Unix operating system with which development of the language was closely intertwined.
Apr 20, 2024
Computer Science
In Search of an Understandable Consensus Algorithm
Raft is a consensus algorithm for managing a replicated
log. It produces a result equivalent to (multi-)Paxos, and
it is as efficient as Paxos, but its structure is different
from Paxos; this makes Raft more understandable than
Paxos and also provides a better foundation for building practical systems.
May 14, 2024
Computer Science
Research
Algorithms
Computer Science Distilled
A walkthrough of computer science concepts you must know. Designed for readers who don't care for academic formalities, it's a fast and easy computer science guide. It teaches the foundations you need to program computers effectively. After a simple introduction to discrete math, it presents common algorithms and data structures.
Jan 1, 2017
Computer Science