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
- Host: GitHub
- URL: https://github.com/makszeus/cs-notes
- Owner: makszeus
- License: mit
- Created: 2024-05-12T08:21:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T10:27:32.000Z (over 1 year ago)
- Last Synced: 2025-02-11T14:26:23.389Z (over 1 year ago)
- Topics: computer-science, concurrency, cpp, databases, distributed-systems, linux
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)