{"id":23074764,"url":"https://github.com/bursasha/cpp-advanced-projects","last_synced_at":"2025-04-03T11:44:14.812Z","repository":{"id":183685347,"uuid":"602128391","full_name":"bursasha/cpp-advanced-projects","owner":"bursasha","description":"Advanced programming and algorithmization in C++ ⚔️","archived":false,"fork":false,"pushed_at":"2024-06-27T12:25:15.000Z","size":412,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T01:17:27.698Z","etag":null,"topics":["algorithms-and-data-structures","automata-theory","avl-tree","bfs","cpp","cvut-fit","dynamic-programming","grammars","graph-algorithms","informatics-engineering","multithreading","optimization-algorithms","programming","regular-languages","stl","theoretical-computer-science","thread-synchronization","topsort"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bursasha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-15T14:57:49.000Z","updated_at":"2024-06-27T12:26:21.000Z","dependencies_parsed_at":"2024-06-14T15:41:54.326Z","dependency_job_id":"3d04e4ab-6066-4a33-91c4-f8885edf1fc2","html_url":"https://github.com/bursasha/cpp-advanced-projects","commit_stats":null,"previous_names":["bursasha/cpp-projects-advanced","bursasha/cpp-advanced-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bursasha%2Fcpp-advanced-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bursasha%2Fcpp-advanced-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bursasha%2Fcpp-advanced-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bursasha%2Fcpp-advanced-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bursasha","download_url":"https://codeload.github.com/bursasha/cpp-advanced-projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998137,"owners_count":20866690,"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":["algorithms-and-data-structures","automata-theory","avl-tree","bfs","cpp","cvut-fit","dynamic-programming","grammars","graph-algorithms","informatics-engineering","multithreading","optimization-algorithms","programming","regular-languages","stl","theoretical-computer-science","thread-synchronization","topsort"],"created_at":"2024-12-16T08:29:30.560Z","updated_at":"2025-04-03T11:44:14.784Z","avatar_url":"https://github.com/bursasha.png","language":"C++","readme":"# **My Advanced C++ University Projects: Algorithms, Data Structures, and More!** 📚\n\n## **Greetings!** 🙌🏽\n\nThis repository showcases my university projects where I applied knowledge of algorithms, data structures, dynamic programming, the theory of automata and grammars, multithreading, and concurrent programming in C++.\n\n## **Repository Structure** 📁\n\nEach folder corresponds to a separate project. In each folder, you will find:\n- `... .cpp`: File with the program code.\n- `README.md`: Auxiliary file with a detailed description of the task.\n\n## **Technology Stack** 🔍\n\n**Language:**\n- C++\n\n**Tools and Techniques:**\n- **GCC/G++**: GNU Compiler Collection for compiling C++ programs.\n- **GDB**: GNU Debugger for debugging C++ programs.\n- **Make**: Utility for managing project builds.\n- **Valgrind**: Tool for memory debugging, memory leak detection, and profiling.\n- **CMake**: Tool for managing the build process in a compiler-independent manner.\n- **Data Structures**: Trees (including balanced trees), graphs, hash maps, and various types of heaps.\n- **Algorithms**: Depth-first search (DFS), breadth-first search (BFS), Dijkstra's algorithm, greedy algorithms, QuickSort, MergeSort, HeapSort, and more.\n- **Dynamic Programming**: Techniques for solving complex problems by breaking them down into simpler subproblems.\n- **Automata and Grammar Theory**: Finite automata, regular expressions, grammars, and their applications in text processing, data compression, and parsing.\n- **Multithreading**: Creating and managing multiple threads to perform concurrent tasks.\n- **Concurrent Programming**: Techniques to ensure correct program execution when multiple threads are accessing shared resources.\n- **Synchronization Mechanisms**: Mutexes, condition variables, and other tools to manage access to shared resources.\n- **Concurrency Control**: Preventing data races and ensuring thread-safe operations.\n\n## **Course Goals** 📍\n\n- **Algorithm Development**: Learn how to develop algorithms to solve complex problems.\n- **C++ Programming**: Convert algorithms into efficient and optimized C++ programs.\n- **Data Structures**: Gain expertise in implementing and using various data structures for performance gains.\n- **Dynamic Programming**: Master dynamic programming techniques and problem-solving approaches.\n- **Automata Theory**: Understand and apply automata and grammar theory in real-world applications.\n- **Testing and Debugging**: Gain practical skills in program testing, debugging, and memory management.\n- **Multithreading and Concurrency**: Develop skills in creating and managing concurrent processes in C++.\n\n## **Obtained Skills** 🤔\n\n- **In-depth Algorithm Analysis**: Mastery of algorithm complexity analysis and selection of optimal algorithms.\n- **Data Structure Expertise**: Proficiency in a wide range of data structures and their efficient implementation.\n- **Dynamic Programming Mastery**: Strong understanding of dynamic programming principles and techniques.\n- **Automata and Grammar Theory**: Knowledge of finite automata, regular expressions, and grammars.\n- **Complex Data Structure Handling**: Expertise in handling complex data structures like trees, graphs, and hash maps.\n- **Search and Sorting Algorithms**: Implementation and understanding of various search and sorting algorithms.\n- **Code Optimization**: Skills in enhancing code efficiency and minimizing time complexity.\n- **Multithreading**: Ability to design and implement multithreaded applications.\n- **Concurrent Programming**: Proficiency in managing concurrent processes and ensuring thread-safe operations.\n- **Synchronization and Concurrency Control**: Expertise in using synchronization mechanisms to prevent data races and ensure correct program execution.\n\n## **Key Learnings** 🗝️\n\n* **Problem Decomposition**: Breaking down problems into smaller, solvable subproblems.\n* **Code Optimization**: Enhancing code efficiency and minimizing time complexity.\n* **Ideal Data Structure Selection**: Evaluating and choosing the most suitable structures based on the task.\n* **Dynamic Programming Approach**: Solving problems with overlapping subproblems for optimal outcomes.\n* **Automata and Grammar Applications**: Utilizing theory for text processing, data compression, and compilation.\n* **Multithreading Techniques**: Efficiently managing multiple threads to perform concurrent tasks.\n* **Concurrency Control**: Implementing synchronization mechanisms to ensure thread-safe operations.\n\n## **Explore my work! I welcome feedback.** 😁\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbursasha%2Fcpp-advanced-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbursasha%2Fcpp-advanced-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbursasha%2Fcpp-advanced-projects/lists"}