Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 4 folder with code #6812

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jayambe36
Copy link

Fixes issue: This pull request addresses the lack of implementations for several fundamental data structures in the Cosmos repository.

Changes:

Implemented the following data structures:

Graph: Added functionality for basic graph operations in code/data_structures/test/graph/graph.cpp.
Heap: Implemented a min-heap structure for efficient priority queue operations in code/data_structures/test/heap/heap.cpp.
Queue: Created a standard queue implementation using linked lists in code/data_structures/test/queue/Queue.cpp.
Set: Developed a basic set data structure with unique elements in code/data_structures/test/set/set.cpp.
Stack: Implemented a stack structure for LIFO operations in code/data_structures/test/stack/stack.cpp.
Ensured that all new implementations adhere to the established coding style guidelines for consistency and readability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant