https://github.com/johnnelbaylen/data-structure-algorithms
A c++ exploration of data structures and algorithms to understand logic building, efficiency, and problem-solving.
https://github.com/johnnelbaylen/data-structure-algorithms
cpp datastructures-algorithms
Last synced: 3 months ago
JSON representation
A c++ exploration of data structures and algorithms to understand logic building, efficiency, and problem-solving.
- Host: GitHub
- URL: https://github.com/johnnelbaylen/data-structure-algorithms
- Owner: JohnnelBaylen
- Created: 2025-05-13T06:50:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-06-06T01:51:36.000Z (5 months ago)
- Last Synced: 2025-06-06T02:38:41.178Z (5 months ago)
- Topics: cpp, datastructures-algorithms
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
This repository contains documentation and source code related to fundamental **Data Structures** and **Algorithms** concepts. The content is organized in a clear and structured manner for easy reference and learning.
## Project Structure
```
DATA-STRUCTURES-ALGORITHMS/
│
├── docs/
│ ├── algorithms.txt # Notes on algorithm concepts and complexities
│ ├── data-structures.txt # Overview and types of data structures
│ ├── circular-queue.txt # Details and implementation notes on circular queues
│ ├── linear-non-linear.txt # Differences between linear and non-linear data structures
│ ├── stacks.txt # Stack data structure concepts
|
├── src/
| ├── queue.cpp # C++ implementation of queue
| ├── stacks.cpp # C++ implementation of stack
```
## Tools Used
* **Visual Studio Code** for writing and editing files
* **C++** for implementing data structures
## Author
Johnnel Baylen
- Aspiring Software Engineer