Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This repository contains implementations of core algorithms and data structures in Java. It includes topics such as sorting, searching, recursion, dynamic programming, graph algorithms, greedy methods, hashing, trees, heaps, and more. The aim is to practice algorithm design, analyze complexities, and strengthen problem-solving skills for intervie

Notifications You must be signed in to change notification settings

ydv-kanchan/Algorithm_DesignImplementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation


πŸ“˜ Topics Covered

  • Complexity Analysis (Time & Space)
  • Sorting Algorithms (Merge, Quick, Heap, etc.)
  • Searching Algorithms (Linear, Binary)
  • Recursion & Backtracking (N-Queens, Maze Solver, etc.)
  • Dynamic Programming (Knapsack, LCS, Fibonacci, Matrix Chain Multiplication)
  • Greedy Algorithms (Activity Selection, Huffman Coding, MST)
  • Graph Algorithms (DFS, BFS, Dijkstra, Bellman-Ford, Floyd-Warshall, Kruskal, Prim)
  • Trees & Binary Trees (Traversals, BST operations)
  • Heaps & Priority Queues
  • Hashing & Hash Tables
  • String Algorithms (Pattern Matching, etc.)

πŸ› οΈ Tech Stack

  • Language: Java (JDK 17 / 22)
  • IDE: VS Code / IntelliJ IDEA / Eclipse
  • Version Control: Git & GitHub

πŸš€ How to Run

  1. Clone the repository:
    git clone https://github.com/your-username/Algorithm_DesignImplementation.git

About

This repository contains implementations of core algorithms and data structures in Java. It includes topics such as sorting, searching, recursion, dynamic programming, graph algorithms, greedy methods, hashing, trees, heaps, and more. The aim is to practice algorithm design, analyze complexities, and strengthen problem-solving skills for intervie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /