Projects with this topic
-
-
Monitor online marketplaces and get instant notifications about latest offers
Updated -
This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.
Updated -
Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).
Updated -
A script for searching torrents on 1337x
Updated -
A shell script for searching torrents on RARBG
Updated -
-
A script for searching torrents on thepiratebay
Updated -
A script for searching on libgen
Updated -
KD-Tree Search Tree with multi-objective costs. The first release was accounting for the manipulability of the robot
Updated -
Just searching algorithms, enjoy :D
Updated