{"id":26950288,"url":"https://github.com/luv2seeyoucry/cpp-projects","last_synced_at":"2025-04-02T23:19:46.592Z","repository":{"id":259467081,"uuid":"877954912","full_name":"Luv2SeeYouCry/cpp-projects","owner":"Luv2SeeYouCry","description":"Collection of 50 C++ Projects, Algorithms, Data Structures \u0026 Learning Materials","archived":false,"fork":false,"pushed_at":"2024-10-24T14:48:47.000Z","size":4497,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T18:49:52.169Z","etag":null,"topics":["algorithm-challenges","algorithms","algorithms-and-data-structures","cpp","cpp-all","cpp-course","cpp-programming"],"latest_commit_sha":null,"homepage":"https://github.com/Luv2SeeYouCry/cpp-projects","language":"C++","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/Luv2SeeYouCry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-10-24T14:25:16.000Z","updated_at":"2024-10-24T14:54:18.000Z","dependencies_parsed_at":"2024-10-25T18:59:39.577Z","dependency_job_id":"5a9f0fe5-7351-4b25-809b-b14b06bebb46","html_url":"https://github.com/Luv2SeeYouCry/cpp-projects","commit_stats":null,"previous_names":["luv2seeyoucry/cpp-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luv2SeeYouCry%2Fcpp-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luv2SeeYouCry%2Fcpp-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luv2SeeYouCry%2Fcpp-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luv2SeeYouCry%2Fcpp-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luv2SeeYouCry","download_url":"https://codeload.github.com/Luv2SeeYouCry/cpp-projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246906302,"owners_count":20852903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["algorithm-challenges","algorithms","algorithms-and-data-structures","cpp","cpp-all","cpp-course","cpp-programming"],"created_at":"2025-04-02T23:19:45.847Z","updated_at":"2025-04-02T23:19:46.587Z","avatar_url":"https://github.com/Luv2SeeYouCry.png","language":"C++","readme":"[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/Luv2SeeYouCry/cpp-projects/blob/main/LICENSE)\n\n# \u003cp align=\"center\"\u003e Hello, World! 🦖 \u003c/p\u003e\n\n/\\*\n\nThis is a comprehensive collection of C++ projects by **Nihal Singh Chauhan**, covering a wide range of topics from the basic `Hello World` to advanced `Self-Balancing AVL Trees`, and everything in between.\n\n\u003cbr\u003e\n\n## Makefile (Optional)\n\nFor projects that manage multiple source files (`Data Structures II`), a custom Makefile is included.\n\n### Requirements:\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;Compiler: g++ or clang++\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;For Windows users: Install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) (Windows Subsystem for Linux) or [MinGW](https://www.mingw-w64.org/) (Minimalist GNU for Windows)\n\n### Build/Run/Clean:\n\nTo build, run, or clean projects using this Makefile, execute the following commands:\n\n```bash\nmake\n```\n\n```bash\nmake run\n```\n\n```bash\nmake clean\n```\n\n#\n\n\\*/\n\n### [Programming I](/programming-I)\n\n- [Documents](programming-I/docs/)\n\n|  #  | Project                                                     |\n| :-: | :---------------------------------------------------------- |\n|  1  | [HelloWorld](./programming-I/01-helloworld)                 |\n|  2  | [Recipe](./programming-I/02-recipe)                         |\n|  3  | [Ingredients](./programming-I/03-ingredients)               |\n|  4  | [Grade Calculator](./programming-I/04-gradeCalc)            |\n|  5  | [Shipping Cost](./programming-I/05-shippingCost)            |\n|  6  | [Morra Game](./programming-I/06-morra)                      |\n|  7  | [Morra-Series Game](./programming-I/07-morraSeries)         |\n|  8  | [Order Pizza](./programming-I/08-pizza)                     |\n|  9  | [Circle](./programming-I/09-circleArea)                     |\n| 10  | [Grade Calculator-Functions](./programming-I/10-gradeCalc2) |\n| 11  | [Echo List](./programming-I/11-echoList)                    |\n| 12  | [Delete Repeats](./programming-I/12-deleteRepeats)          |\n\n\u003cbr\u003e\n\n### [Programming II](/programming-II)\n\n- [Documents](programming-II/docs/)\n\n|  #  | Project                                                                                                                        |\n| :-: | :----------------------------------------------------------------------------------------------------------------------------- |\n|  1  | [Two Dimensional Array](./programming-II/01-twoDimensionalArray)                                                               |\n|  2  | [Linear-Search \u0026 Bubble-Sort](./programming-II/02-linearSearch-BubbleSort)                                                     |\n|  3  | [Binary-Search/Selection-Sort \u0026 Introduction to Pointers](./programming-II/03-binarySearch-selectionSort_introToPointers)      |\n|  4  | [Pointers](./programming-II/04-pointers)                                                                                       |\n|  5  | [Dynamic Memory Allocation](./programming-II/05-dynamicMemoryAllocation)                                                       |\n|  6  | [C-Strings \u0026 Strings](./programming-II/06-cString-string)                                                                      |\n|  7  | [Structures](./programming-II/07-structures)                                                                                   |\n|  8  | [File Streams: Input/Output/Append (manual-update)](./programming-II/08-fstream-manualUpdate)                                  |\n|  9  | [File Streams: Input/Output (auto-update)](./programming-II/09-fstream-autoUpdate)                                             |\n| 10  | [File Streams (binary conversion): Input/Output/Binary (auto-update)](./programming-II/10-fstream-autoUpdate-binaryConversion) |\n| 11  | [Classes \u0026 Header Files](./programming-II/11-classes-headerFiles)                                                              |\n\n\u003cbr\u003e\n\n### [Data Structures I](/data_structures-I)\n\n- [Documents](data_structures-I/docs/)\n\n|  #  | Project                                                                                |\n| :-: | :------------------------------------------------------------------------------------- |\n|  1  | [Default Arguments](./data_structures-I/01-defaultArgs)                                |\n|  2  | [Function Overloading \u0026 Templates](./data_structures-I/02-max)                         |\n|  3  | [Class Template Header \u0026 Driver Files](./data_structures-I/03-dyad)                    |\n|  4  | [Array List](./data_structures-I/04-AList)                                             |\n|  5  | [Array List (Continued)](./data_structures-I/05-AList)                                 |\n|  6  | [Linked List](./data_structures-I/06-LList)                                            |\n|  7  | [Stack](./data_structures-I/07-Stack)                                                  |\n|  8  | [Queue](./data_structures-I/08-Queue)                                                  |\n|  9  | [Reverse Polish Notation Evaluator: Stack](./data_structures-I/09-rpnStack)            |\n| 10  | [Palindrome Evaluator: Stack](./data_structures-I/10-palindromes)                      |\n| 11  | [Palindrome Evaluator: Stack \u0026 Queue](./data_structures-I/11-pal2)                     |\n| 12  | [Operator Overloading \u0026 Doubly Linked List](./data_structures-I/12-DLList)             |\n| 13  | [Operator Overloading \u0026 Doubly Linked List (Continued)](./data_structures-I/13-DLList) |\n\n\u003cbr\u003e\n\n### [Data Structures II](/data_structures-II)\n\n- [Documents](data_structures-II/docs/)\n\n|  #  | Project                                                                                                                           |\n| :-: | :-------------------------------------------------------------------------------------------------------------------------------- |\n|  1  | [Recursion](./data_structures-II/01-Recursion-StockClass)                                                                         |\n|  2  | [Linked List Recursion](./data_structures-II/02-Reverse-LList-Recursion)                                                          |\n|  3  | [Array List Binary Search Recursion](./data_structures-II/03-AList-BinarySearch-Recursion)                                        |\n|  4  | [Quadratic Probing Hash Table](./data_structures-II/04-Hashing-Quadratic-Probing)                                                 |\n|  5  | [Array List Binary Search Recursion (Continued)](./data_structures-II/05-Updated-AList-BinarySearch-Recursion)                    |\n|  6  | [Binary Search Tree](./data_structures-II/06-BST)                                                                                 |\n|  7  | [Max-Heap Priority Queue ](./data_structures-II/07-Priority-Queue)                                                                |\n|  8  | [AVL (Self-Balancing Binary Search Tree)](./data_structures-II/08-AVLTree)                                                        |\n|  9  | [Huffman Tree: Encoding/Decoding/Compression](./data_structures-II/09-Huffman-Algorithm)                                          |\n| 10  | [Array List Sorting Algorithms: Quick-Sort \u0026 Selection-Sort](./data_structures-II/10-AList-Sorting-Algorithms)                    |\n| 11  | [Array List Sorting Algorithms (Continued): Heap-Sort](./data_structures-II/11-Updated-AList-Sorting-Algorithms)                  |\n| 12  | [Graph Algorithms: Dijkstra's Shortest Path, Depth-First Search, \u0026 Breadth-First Search](./data_structures-II/12-Graph-Traversal) |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluv2seeyoucry%2Fcpp-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluv2seeyoucry%2Fcpp-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluv2seeyoucry%2Fcpp-projects/lists"}