Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with dynamicmemorymanagement

A curated list of projects in awesome lists tagged with dynamicmemorymanagement .

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

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: 13 Jan 2025

https://github.com/gmbeddard/ee200-templated_priority_queue

An efficient implementation of a PriorityQueue class with a custom max-heap. Supports dynamic operations like insertion, removal, and retrieval of the highest-priority element, ensuring robust and flexible performance.

cpp20 datastructures dynamicmemorymanagement memory-management priority-queue

Last synced: 12 Jan 2025