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

https://github.com/coding-chez/data_structs-prog_concepts

Data Structures & Other Notes
https://github.com/coding-chez/data_structs-prog_concepts

data-structures jupyter-notebook notes

Last synced: 11 months ago
JSON representation

Data Structures & Other Notes

Awesome Lists containing this project

README

          




Cat Mouse GIF


# DSA + Programming Concepts Notes in Jupyter

## 🚀 Overview

Welcome to my **"data-structs-prog_concepts repo"** – a centralized hub of well-documented **Jupyter Notebooks** that cover fundamental and advanced programming topics. Whether you're brushing up on Trees, Graphs, or Sorting Algorithms, this repo offers an **interactive, organized, and visual learning experience** powered by C++ and `xeus-cling`.

---

## 📚 Topics

- ✅ Arrays and Linked Lists [added]
- ✅ Stacks and Queues [added]
- ✅ Trees (BST, AVL, etc.) [added, to be adding more]
- ✅ Graphs (BFS, DFS, etc.) [added]
- ✅ Recursion and Dynamic Programming [added, to be adding more]
- ✅ Sorting and Searching Algorithms [to be added]
- and more...

---

## 🛠 Tech Stack

- **JupyterLab / Jupyter Notebook**
- **C++14 via xeus-cling Kernel**
- **Markdown & Code Blocks**
- *(Optional): Graphviz, matplotlib-cpp for visualization*

---


Typing Shit

## ▶️ Getting Started

1. Clone this repository
```bash
git clone https://github.com/coding-chez/data_structs-prog_concepts.git
cd data_structs-prog_concepts