jsonBDD
Projet Algorithmique
Une application de recherche dans notre base de données JSON. Le but de ce projet est apprendre la distance de levenstein et être familiére avec les fichier JSON et leur structure.
This is a school project of the module Advanced Algorithmics, it's a simple console program that helps searching in a JSON database using multi criteria, the main goal is understand JSON files, how they work and why would us use them, and Levenstein distance, which is an algorithm that compares strings and output the number of insertion/deletion/substitutions required to make the strings equal.