There are 1 repository under recursive-search topic.
JSON processing utility
Local LLM Powered Recursive Search & Smart Knowledge Explorer
A simple program for deep searching through folders, files and file contents to search for a specific string of text. can also search recursively. Uses WPF and the MVVM structure
đź“‚ Find your files quicky to optimize your workflow!
A simple application for searching folders for items (files, folders or file contents), with recursive search options, string options, etc.
Binary search tree using C++ . The functions in program are print2D bst on output screen, iterative insertion, recursive insertion , deletion, iterative search, recursive search, traverse , constructor, destructor and many more...
Recursive search algorithm that generates and validates Discord media links until it finds a real one. It's an image scraper.
This project was designed to help comprehend the plethora of components, I've learnt from COMP1521.
Python code on Searching and sorting for beginners and intermediate learners. Feel free to explore other resources too.
Recursive Search of numerical items in a list. C++
Recursive Search of numerical items in a list. Java