Skip to content

smrithibb/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projects

  • mini_git is a localized version of Git to track changes in a given file by saving changes made to the file when committing it instead of completely overwriting what was once saved

  • search_engine is a file search engine in C++ developed by creating a text and MD parser to process a seed file, and developing a web crawler that performed depth-first search to determine the whole file database by utilizing incoming and outgoing links. A Pagerank algorithm was implemented to optimize search results with “AND,” “NAND,” “OR” search criterion.

  • map_coloring is composed of a binary search tree class that was written and that was extended to implement an AVL tree class (self-balancing BST) by utilizing inheritance and polymorphism. This AVL class was used to implement a backtracking/recursive solution to color a map with 4 colors only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors