Pinned Repositories
AcademicWebProject_PHP_MySql_HTML_CSS_JavaScript_Bootstrap
Website made during undergraduate studies using PHP, MySQL, HTML, CSS, JavaScript, Bootstrap.
AcademicWebProject_SpringBoot_Jersey_MySql_Hibernate_JPA
Converting My Academic Web Project made during Undergraduate Studies to Spring Boot application for better understanding of the Framework. Technology Used : Spring Boot, Jersey, MySql, JPA, Hibernate
AutomatedCodeCoverageTool
SE6367 Software Testing, Validation and Verfication
DiameterOfTree
This is Short Project 12 of Implementation of Data Structures class. Question:- Implement the algorithm to find the diameter of a tree using the algorithm discussed in class, that runs BFS twice. Code this algorithm without modifying Graph.java and BFSOO.java, using them from package rbk. Assume that the graph is acyclic and connected graph (tree).
Git-Guide
A collection of commands needed while working on git
GraphAlgorithms
GuessAnagrams
Applied CS Skills by Google - Development of an Android Application to guess multiple Anagrams of the given word.
movie-rental-redesigned
This project is part of Object Oriented Software Engineering Class. I have to redesign the application such that it is well-organised, scalable, maintainable and can be easily understood. The requirements of this project are that: 1) Your new program must support different types of items including movies, video games, music CDs and books. You should support different categories of movies, music CDs, DVDs, and books. You must anticipate other new types of items as well. 2) Your new program must support not only renting, but also selling those items. 3) You should provide basic functions to support renting and selling transactions for those items in the store.
MultiDimensionalSearch
SkipList
Mihir-Hindocha's Repositories
Mihir-Hindocha/GuessAnagrams
Applied CS Skills by Google - Development of an Android Application to guess multiple Anagrams of the given word.
Mihir-Hindocha/AcademicWebProject_PHP_MySql_HTML_CSS_JavaScript_Bootstrap
Website made during undergraduate studies using PHP, MySQL, HTML, CSS, JavaScript, Bootstrap.
Mihir-Hindocha/AcademicWebProject_SpringBoot_Jersey_MySql_Hibernate_JPA
Converting My Academic Web Project made during Undergraduate Studies to Spring Boot application for better understanding of the Framework. Technology Used : Spring Boot, Jersey, MySql, JPA, Hibernate
Mihir-Hindocha/AutomatedCodeCoverageTool
SE6367 Software Testing, Validation and Verfication
Mihir-Hindocha/DiameterOfTree
This is Short Project 12 of Implementation of Data Structures class. Question:- Implement the algorithm to find the diameter of a tree using the algorithm discussed in class, that runs BFS twice. Code this algorithm without modifying Graph.java and BFSOO.java, using them from package rbk. Assume that the graph is acyclic and connected graph (tree).
Mihir-Hindocha/Git-Guide
A collection of commands needed while working on git
Mihir-Hindocha/GraphAlgorithms
Mihir-Hindocha/movie-rental-redesigned
This project is part of Object Oriented Software Engineering Class. I have to redesign the application such that it is well-organised, scalable, maintainable and can be easily understood. The requirements of this project are that: 1) Your new program must support different types of items including movies, video games, music CDs and books. You should support different categories of movies, music CDs, DVDs, and books. You must anticipate other new types of items as well. 2) Your new program must support not only renting, but also selling those items. 3) You should provide basic functions to support renting and selling transactions for those items in the store.
Mihir-Hindocha/MultiDimensionalSearch
Mihir-Hindocha/SkipList
Mihir-Hindocha/interviews
Everything you need to know to get the job.
Mihir-Hindocha/Java
All Algorithms implemented in Java
Mihir-Hindocha/java-design-patterns
Design patterns implemented in Java
Mihir-Hindocha/StatePatternImplementation