ghulamazad / DSA

This repository contains all the Data Structures and Algorithms concepts and their implementation in several ways, including programming questions and Interview questions. It includes questions from popular coding platforms including LeetCode, HackerRank, Codeforces, Codechef, and many more.

Home Page:https://ghulamazad.github.io/DSA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains all the Data Structures and Algorithms concepts and their implementation in several ways, including programming questions and Interview questions. It includes questions from popular coding platforms including LeetCode, HackerRank, Codeforces, Codechef, and many more.

All implementations and solutions are available in various programming languages.

Contents

Data Structures

  • Arrays

  • Sorting

  • Searching

    • Linear Search
    • Binary Search
    • Jump Search
    • Interpolation Search
    • Exponential Search
    • Ternary Search
  • Dynamic Programming

    • Fibonacci Number
    • Longest Common Subsequence
    • Longest Common Substring
    • Longest Increasing Subsequence
    • Shortest Common Supersequence

Contributing

We would be happy to receive your proposition of improvement!

Read Contributing Guide for more details.

License

This project is licensed under the MIT License.

Authors

About

This repository contains all the Data Structures and Algorithms concepts and their implementation in several ways, including programming questions and Interview questions. It includes questions from popular coding platforms including LeetCode, HackerRank, Codeforces, Codechef, and many more.

https://ghulamazad.github.io/DSA/

License:MIT License


Languages

Language:C 69.6%Language:C++ 21.8%Language:Python 5.3%Language:Java 3.3%