Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshahriarnihal/cpp_backtracking-oop-and-pointer-based-projects
Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms
https://github.com/mshahriarnihal/cpp_backtracking-oop-and-pointer-based-projects
8queens 8queens-algorithm backtracking backtracking-algorithm cplusplus cpp cpppuzzle csci211 dynamic dynamic-programming dynamicmemorymanagement nqueens nqueens-solution object-oriented-programming oop-in-cpp pointer puzzle stable-marriage towers-of-hanoi vector
Last synced: about 2 months ago
JSON representation
Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms
- Host: GitHub
- URL: https://github.com/mshahriarnihal/cpp_backtracking-oop-and-pointer-based-projects
- Owner: mshahriarnihal
- Created: 2024-06-05T02:09:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T08:02:52.000Z (7 months ago)
- Last Synced: 2024-06-06T03:59:08.511Z (7 months ago)
- Topics: 8queens, 8queens-algorithm, backtracking, backtracking-algorithm, cplusplus, cpp, cpppuzzle, csci211, dynamic, dynamic-programming, dynamicmemorymanagement, nqueens, nqueens-solution, object-oriented-programming, oop-in-cpp, pointer, puzzle, stable-marriage, towers-of-hanoi, vector
- Language: C++
- Homepage: https://www.shahriarnihal.blogspot.com
- Size: 5.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPP_Backtracking-OOP-and-Pointer-Based-Projects
Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms