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

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.

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