You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyMediaJam is a web application to provide faster searching using hierarchical RB Trees. It creates indexes in form of RB tree's nodes for music,images and videos for now that allows us to search them in local computer very very fast using BFS algorithm. The application is developed on Java's MVC Struts framework and back end is been done using …
This is a desktop application. Data structures such as AVL Tree, HashMap, heap, Linked Lists, AVL Tree are used for this application. The goal was to develop a desktop application which creates/stores tables using file handling.
This my common repository for keeping all of my java works.I put all those files that i have ever worked out in java i n this repositories.So this seems to be messy to some of you , i am apologize for this.
An advanced form of the previously implemented search Engine which acts as a information retrieval system over the cranfield collection of the 1400 documents and also makes use of the stemmer algorithm. Other things are pretty much the same as the previously implemented SearchEngine project.
These are some of the codes I have written in C++. I have done the implementation of many data structures - Trees(Binary + BST + Generic), Hashmaps(problems + implementation), Tries, Graphs, some popular algorithms(Dijkstra's, Prim's..), PriorityQueues(implementation + problems), some codes relating to OOPS as well.