Skip to content

charismaTazdid/DS-and-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithms

Welcome to my repository!❤️

Here, you will find solutions to various problems related to data structures and algorithms.

The solutions are implemented in various programming languages such as Javascript , Python, and C.

Each DS has its own folder. Each file contains the problem statement or problem Link, and the solution.

List Of Problem :

    📁 Search_Algorithm
  • Linear Search
  • Linear Search Recursively
  • Binary Search
  • Binary Search Recursively
  • Breadth-First Search (BFS)
  • Jump Search
  • String Search
    📁 Sorting_Algorithm
  • Bubble sort
  • Selection Sort
  • Selection Sort Recursively
  • Quick Sort (Recursive)
  • Marge Sort
  • Binary Array Sort
  • Counting Sort
  • Heap Sort
  • Shell Sort
  • Big Sorting
  • LRU Cache
  • Binary Search with Unsorted Array
  • Hash Table
  • Encoding
  • Big Sorting

Feel free to use the solutions as a reference or to improve upon them. If you have any questions or suggestions, please open an issue or a pull request.

Happy coding!



Author:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors