{"id":21086542,"url":"https://github.com/surajv311/mycs-notes","last_synced_at":"2026-02-02T00:34:34.712Z","repository":{"id":189125610,"uuid":"395576895","full_name":"Surajv311/myCS-NOTES","owner":"Surajv311","description":"Handwritten Notes 🖊| DS-Algo | Competitive Programming ✅ | OS | DBMS | Networks | OOPS | 🔥","archived":false,"fork":false,"pushed_at":"2023-08-18T10:23:43.000Z","size":96583,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T08:07:02.324Z","etag":null,"topics":["algorithms-and-data-structures","computer-networks","data-structures","database-management-system","dbms","faang","hacktoberfest","handwriting","internship","interview","networks","notes","object-oriented-programming","oops-concepts","oops-in-cpp","operating-system","os","placement-preparation","placements","resources"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Surajv311.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"surajverma","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-08-13T08:35:46.000Z","updated_at":"2025-03-03T10:17:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"93570f8d-37f3-4a4c-9129-3e5e8cb77b06","html_url":"https://github.com/Surajv311/myCS-NOTES","commit_stats":null,"previous_names":["surajv311/mycs-notes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Surajv311/myCS-NOTES","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surajv311%2FmyCS-NOTES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surajv311%2FmyCS-NOTES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surajv311%2FmyCS-NOTES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surajv311%2FmyCS-NOTES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Surajv311","download_url":"https://codeload.github.com/Surajv311/myCS-NOTES/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surajv311%2FmyCS-NOTES/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28996996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms-and-data-structures","computer-networks","data-structures","database-management-system","dbms","faang","hacktoberfest","handwriting","internship","interview","networks","notes","object-oriented-programming","oops-concepts","oops-in-cpp","operating-system","os","placement-preparation","placements","resources"],"created_at":"2024-11-19T20:45:15.257Z","updated_at":"2026-02-02T00:34:34.694Z","avatar_url":"https://github.com/Surajv311.png","language":null,"funding_links":["https://ko-fi.com/surajverma"],"categories":[],"sub_categories":[],"readme":"# myCS-NOTES 📚✍\r\n--------------------------------------------------------\r\n\r\n## Handwritten notes for DS-Algo \u0026 CP \u0026 CS-Core subjects...! 🚀\r\n\r\n\u003cbr\u003e\r\n\r\nThis repository hosts my handwritten notes of DS-Algo/CP/CS-Core subjects.  \u003cbr\u003e\r\nThese notes are for revision of the subjects \u0026 can very well be used for intern/placements prep. \u003cbr\u003e\r\nThe drive link for the same is: [`drive link`](https://drive.google.com/drive/folders/1DCXUvS2_-5aqUsNPJO7Wf8INegCi4Yi4?usp=sharing)\r\n\r\n### Links: \r\n\r\n#### DS-Algo\r\n\r\n- [Arrays](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Arrays) \r\n- [String](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Strings)\r\n- [Linked List](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Linkedlist)\r\n- [Stack and Queue](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Stacks-Queues)\r\n- [Trees (BT and BST)](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Trees)\r\n- [Heap](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Heap)\r\n- [Recursion](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Recursion)\r\n- [Hashing](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Hashing)\r\n- [Graph](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Graphs)\r\n- [Greedy](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Greedy)\r\n- [Dynamic Programming](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Dynamic%20Programming)\r\n- [Backtracking](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Backtracking)\r\n- [Bit Magic](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Bitmagic)\r\n- [Sorting Algos](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Sorting-Algos)\r\n- [Misc (Others)](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/Others-Explained)\r\n\r\n#### Competitive Programming \r\n\r\n- [CP](https://github.com/Surajv311/myCS-NOTES/tree/main/DSA-CP-NOTES/__Competitive%20Programming)\r\n\r\n#### CS-Core Subjects\r\n\r\n- [Database Management System](https://github.com/Surajv311/myCS-NOTES/tree/main/CS_CORE-NOTES/DBMS)\r\n- [Object Oriented Programming (C++)](https://github.com/Surajv311/myCS-NOTES/tree/main/CS_CORE-NOTES/OOPS)\r\n- [Computer Networks](https://github.com/Surajv311/myCS-NOTES/tree/main/CS_CORE-NOTES/NETWORKS)\r\n- [Operating Systems](https://github.com/Surajv311/myCS-NOTES/tree/main/CS_CORE-NOTES/OS)\r\n- [System Design](https://github.com/Surajv311/myCS-NOTES/tree/main/CS_CORE-NOTES/SYSTEM_DESIGN)\r\n- [Other](https://github.com/Surajv311/myCS-NOTES/tree/main/CS_CORE-NOTES/other)\r\n  \r\n\u003cdiv align=\"right\"\u003e\r\n    \u003cb\u003e\u003ca href=\"#Links\"\u003e⬆ Back To Top\r\n    \u003c/a\u003e\u003c/b\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n------------------------------------------\r\n------------------------------------------\r\n\r\n### Author\r\n\r\n- [Suraj Verma](https://github.com/surajv311)\r\n\r\n----------------------------------\r\n\r\n### Parent repository\r\n\r\n- [myProgramming](https://github.com/Surajv311/myProgramming)\r\n\r\n----------------------------------\r\n\r\n### License\r\n\r\n- [MIT](https://github.com/Surajv311/myCS-NOTES/blob/main/LICENSE)\r\n\r\n----------------------------------\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurajv311%2Fmycs-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurajv311%2Fmycs-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurajv311%2Fmycs-notes/lists"}