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
- Host: GitHub
- URL: https://github.com/coding-chez/data_structs-prog_concepts
- Owner: coding-chez
- Created: 2025-05-01T05:45:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-01T10:17:59.000Z (11 months ago)
- Last Synced: 2025-05-01T10:35:56.048Z (11 months ago)
- Topics: data-structures, jupyter-notebook, notes
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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*
---
## ▶️ Getting Started
1. Clone this repository
```bash
git clone https://github.com/coding-chez/data_structs-prog_concepts.git
cd data_structs-prog_concepts