top of page
Search
The Tech Platform
Dec 7, 2022
Top Algorithm everyone should learn
An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that...
The Tech Platform
Nov 29, 2022
Breadth First Search and Depth First Search
Breadth-First Search Breadth-first search is a graph traversal algorithm that starts traversing the graph from the root node and explores...
The Tech Platform
Nov 29, 2022
Binary Search Algorithm
Binary Search Algorithm is a search technique that is used to sort the list. To search for an element from the list using Binary Search...
The Tech Platform
Jan 6, 2022
What is Time Complexity? What are the different types of Time Complexity
The Time Complexity is the amount of time taken by an algorithm to run, as a function of the length of the input. Here, the length of...
bottom of page