Skip to content

A c++ exploration of data structures and algorithms to understand logic building, efficiency, and problem-solving.

Notifications You must be signed in to change notification settings

JohnnelBaylen/data-structure-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A c++ exploration of data structures and algorithms to understand logic building, efficiency, and problem-solving.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages