Skip to content

codexpro-official/dsa-with-py-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

📚 dsa-with-py-cpp

This repository contains my Data Structures and Algorithms (DSA) practice using C++ and Python.
I am solving problems from basic to advanced level to improve my logic and problem-solving skills.


🚀 Languages Used

  • 🟦 C++
  • 🐍 Python

📂 Repository Structure

dsa-with-py-cpp/ │ ├── C++/ │ ├── Arrays/ │ ├── Strings/ │ ├── Recursion/ │ ├── LinkedList/ │ ├── Stack/ │ ├── Queue/ │ ├── Trees/ │ ├── Graph/ │ └── DynamicProgramming/ │ ├── Python/ │ ├── Arrays/ │ ├── Strings/ │ ├── Recursion/ │ ├── LinkedList/ │ ├── Stack/ │ ├── Queue/ │ ├── Trees/ │ ├── Graph/ │ └── DynamicProgramming/ │ └── README.md


🧠 Topics Covered

  • Arrays
  • Strings
  • Recursion
  • Linked List
  • Stack
  • Queue
  • Trees
  • Graph
  • Searching & Sorting
  • Dynamic Programming

🎯 Goals

  • Build strong DSA fundamentals
  • Improve coding logic
  • Prepare for coding interviews
  • Practice problems daily

▶️ How to Run Code

C++

g++ filename.cpp -o output
./output

About

DSA practice using C++ and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors