🗃️रिकर्सिव एल्गोरिदम (Recursive Algorithms)6 items available🗃️सॉर्टिंग एल्गोरिदम (Sorting Algorithms)33 items available🗃️शेड्यूलिंग एल्गोरिदम (Scheduling Algorithms)10 items available🗃️स्ट्रिंग एल्गोरिदम (String Algorithms)34 items available🗃️डच नेशनल फ्लैग एल्गोरिदम1 item available🗃️बैकट्रैकिंग एल्गोरिदम (Backtracking Algorithms)13 items available🗃️टू पॉइंटर्स एल्गोरिदम (Two Pointers Algorithms)4 items available🗃️ग्रीडी एल्गोरिदम (Greedy Algorithms)9 items available🗃️गणितीय एल्गोरिदम (Mathematical Algorithms)9 items available🗃️मेमोइज़ेशन एल्गोरिदम (Memoization Algorithms)2 items available📄️Hashing AlgorithmHashing is a technique used to uniquely identify a specific object from a group of similar objects. It involves mapping large data to fixed-size values.🗃️रेंज क्वेरी एल्गोरिदम (Range Query Algorithms)1 item available📄️N-Queens ProblemThe N-Queens problem is a classic backtracking problem where the objective is to place N queens on an N×N chessboard such that no two queens threaten each other.🗃️Algorithm Comparisons4 items available🗃️कडाने का एल्गोरिदम (Kadane's Algorithm)1 item available📄️Modular ExponentiationModular Exponentiation is an algorithm used to efficiently compute large powers modulo a number, using a technique called exponentiation by squaring.🗃️ग्राफ शॉर्टेस्ट पाथ एल्गोरिदम1 item available📄️Dijkstra's AlgorithmThis post covers Dijkstra's Algorithm for finding the shortest paths in a graph, with code examples and explanations.📄️YOLO Object Detection ML AlgorithmYOLO (You Only Look Once) is a popular deep learning algorithm for real-time object detection that divides images into grid cells and predicts bounding boxes and class probabilities for each cell.
📄️Hashing AlgorithmHashing is a technique used to uniquely identify a specific object from a group of similar objects. It involves mapping large data to fixed-size values.
📄️N-Queens ProblemThe N-Queens problem is a classic backtracking problem where the objective is to place N queens on an N×N chessboard such that no two queens threaten each other.
📄️Modular ExponentiationModular Exponentiation is an algorithm used to efficiently compute large powers modulo a number, using a technique called exponentiation by squaring.
📄️Dijkstra's AlgorithmThis post covers Dijkstra's Algorithm for finding the shortest paths in a graph, with code examples and explanations.
📄️YOLO Object Detection ML AlgorithmYOLO (You Only Look Once) is a popular deep learning algorithm for real-time object detection that divides images into grid cells and predicts bounding boxes and class probabilities for each cell.