Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 914 Bytes

File metadata and controls

40 lines (30 loc) · 914 Bytes

🧠 Algorithms with Python

Welcome to my Algorithms with Python repository! 🚀
This repo is dedicated to learning, practicing, and mastering popular algorithms using Python to improve my coding skills, logical thinking, and problem-solving abilities.


📚 What's in this Repo?

You'll find Python implementations of various algorithms, such as:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Binary Search
  • Linear Search
  • Recursion examples
  • DFS example
  • BFS example
  • And more coming soon...

🎯 Purpose

This repository serves as:

  • A personal learning resource
  • A practice ground to polish my algorithmic thinking
  • A way to strengthen Python programming skills
  • A reference for interviews and coding challenges

🚀 How to Run

Clone the repo:

git clone https://github.com/HarinduA/Bubble_Sorting.git
cd <Particular Code name>