data-structures-project
Here are 6 public repositories matching this topic...
Data Structures project in C++11 language, uses custom Vector & String structures with Move Semantics (Rule of Five)
- Updated
Jan 11, 2023 - C++
'bc' is an command line arbitrary precision calculator.Implementation of Unix based command 'bc' using C Programming language, as a part of DSA1 Project
- Updated
Jan 3, 2022 - C
C program that uses structures, file handling, merge sort and linked lists to manage student records and hash tables (arrays of pointers to struct hash) to organize students by branch and slot for efficient data storage and retrieval.
- Updated
Jul 1, 2025 - C
THE CAESAR CIPHER-a simple encryption technique that was used by Julius Caesar to send secret messages to his allies. It works by shifting the letters in the plaintext message by a certain number of positions, known as the “shift” or “key”.
- Updated
Jul 31, 2023 - C++
A console-based application to manage customer complaints using manually implemented data structures: linked list (employee management), queue (complaint storage), stack (problem summaries), and priority queue (urgent complaints). Supports Customer, Employee, and Admin roles with file-based data persistence.
- Updated
Aug 10, 2025 - C++
Famous Data structures and algorithms problems implemented in Python
- Updated
Jan 27, 2024 - Java
Improve this page
Add a description, image, and links to thedata-structures-project topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thedata-structures-project topic, visit your repo's landing page and select "manage topics."