Posts

Showing posts with the label coding

All Algorithms that you must learn :-

All Algorithms that you must learn: - Algorithms is one best part to solve coding problem in low time complexity and take low space in memory. Following algorithms is most important and atleast  one or two questions ask in MNC's interview and coding round.  This algorithm can write in all different type of programming language like C, C++, JAVA, PYTHON, R, etc. All are most important and star in Algorithms solve problem in low time. Arrays: Kadane's Algorithm Floy's Cyle Detection KMP Algorithms Quick Select Algorithm Boyer Algorithm  Searching : Linear Search Jump Search Binary Search DFS (Depth-First Search) BFS (Breadth-First Search) Sorting: Bubble Sort Insertion Sort Heap Sot Merge Sort Selection Sort Quick Sort Counting Sort General Algorithm: Euclid's Algorithm Union Find Algorithm Huffman Algorithm Graphs: Kruskal Algorithm Dijkstra's Bellman-Fort Topological Sort Floyd Warshall Flood Fill Lee