https://github.com/bhagat-hrishi/cs-fundamentals
https://github.com/bhagat-hrishi/cs-fundamentals
computer-networks database object-oriented-programming operating-system
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhagat-hrishi/cs-fundamentals
- Owner: bhagat-hrishi
- Created: 2021-06-08T15:03:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T05:33:50.000Z (over 1 year ago)
- Last Synced: 2025-01-07T08:15:08.582Z (9 months ago)
- Topics: computer-networks, database, object-oriented-programming, operating-system
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cs Fundamentals
This repo contains some notes for cs fundamentals.
## Leetcode Post
- [Binary Search](https://leetcode.com/problems/binary-search/discuss/423162/Binary-Search-101)
- [Important and Useful links from all over the LeetCode](https://leetcode.com/discuss/general-discussion/665604/Important-and-Useful-links-from-all-over-the-Leetcode)## [GFG Last Minutes Notes](https://www.geeksforgeeks.org/lmns-gq/)
## [Striver Core Subjects Sheet](https://docs.google.com/document/d/1sQlRDw6--HwyxeFL7b4kBsOG-Tz7rXMbpWNnfvJErA4/edit)
## Extra
- [What happen When you type url and press enter (medium)](https://medium.com/@maneesha.wijesinghe1/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a)
- [How the web works (Freecodecamp)](https://www.freecodecamp.org/news/how-the-web-works-a-primer-for-newcomers-to-web-development-or-anyone-really-b4584e63585c/)
- [How web browsers works](https://cabulous.medium.com/how-browser-works-part-i-process-and-thread-f63a9111bae9)
- [Http and it's working](https://faun.pub/http-and-everything-you-need-to-know-about-it-8273bc224491?gi=96efabd1462b)