Skip to content

add 4 folder with code#6812

Open
jayambe36 wants to merge 1 commit intoOpenGenus:masterfrom
jayambe36:my-new-branch
Open

add 4 folder with code#6812
jayambe36 wants to merge 1 commit intoOpenGenus:masterfrom
jayambe36:my-new-branch

Conversation

@jayambe36
Copy link
Copy Markdown

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