8 Tweets 40 reads Jul 03, 2021
Algorithms you should know as developer πŸ‘‡
🧡
1️⃣ Sorting πŸ”₯
Sorting Algorithms, Arrange the items of a list on order
➑️ Bubble Sort
➑️ Merge Sort
➑️ Quick Sort
➑️ Heap Sort
2️⃣ Search 🧐
Find a element in a data set.
➑️ Binary Search
➑️ Breath First Search
3️⃣ Dynamic Programming πŸš€
Method for solving complex problem by breaking down into simpler subproblems
4️⃣ Hashing #️⃣
It is a mathematical algorithm that maps data of arbitrary size to a hash of a fixed size.
5️⃣ Divide and Conquer βž—
A divide-and-conquer algorithm recursively breaks down a problem into two or more sub-problems of the same or related type, until these become simple enough to be solved directly.
6️⃣ Recursion algorithm πŸ”
Recursion is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem
Thanks for reading this thread ❀️
If you found useful, please retweet the first one ☺️

Loading suggestions...