travesal
There are 4 repositories under travesal topic.
jaiswalchitransh/DFS-Searching-Algorithm
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.
Eatmeta/TreeTraversal
The Practice "Trees traversal"
ertanuj96/uftpd_dirtrav
A proof of concept exploit that tries to pop you a shell on a uftpd server between versions 2.6 and 2.10
myinusa/minification-station
designed to process and combine multiple files within a specified directory into a single output file. This tool is particularly useful for reducing the size of large codebases or collections of text files by removing unnecessary line breaks, comments, etc.