An open API service indexing awesome lists of open source software.

https://github.com/makszeus/cs-notes

Notes on Computer Science topics
https://github.com/makszeus/cs-notes

computer-science concurrency cpp databases distributed-systems linux

Last synced: 5 months ago
JSON representation

Notes on Computer Science topics

Awesome Lists containing this project

README

          

# cs-notes

Welcome to my personal notes on various Computer Science topics!
I'm providing these with the expectation that they may also be beneficial to you.

Available notes:

- [Algorithms and Data Structures](https://github.com/makszeus/cs-notes/tree/main/src/algorithms.md)
- [C++](https://github.com/makszeus/cs-notes/tree/main/src/cpp.md)
- [Computer Architecture](https://github.com/makszeus/cs-notes/tree/main/src/ca.omd)
- [Distributed Systems](https://github.com/makszeus/cs-notes/tree/main/src/dist-sys.md)
- [Go](https://github.com/makszeus/cs-notes/tree/main/src/go.md)
- [Java](https://github.com/makszeus/cs-notes/tree/main/src/java.md)
- [Machine Learning](https://github.com/makszeus/cs-notes/tree/main/src/ml.md)
- [Rust](https://github.com/makszeus/cs-notes/tree/main/src/rust.md)