Popular repositories Loading
-
Calculator
Calculator PublicThe purpose of this project was to build a calculator using design patterns. Specifically, the project utilized design patterns: the Composite Pattern, Visitor Pattern, Command Factory, and Builder…
C++
-
Dictionary-Hashing
Dictionary-Hashing PublicThe purpose of this program is to read words from a text file, hash them, and insert them into a hash table for efficient searching. It also suggests other words in the same bucket if the searched …
C++
-
BFS-finder
BFS-finder PublicThe purpose of this project is to implement Breadth-First Search for pathfinding on a square grid. The starting and ending points are fixed, and users can draw obstacles as yellow blocks. The progr…
Java
-
Unit-Testing
Unit-Testing PublicThe purpose of this project is to generate test inputs using the Boundary Value Analysis (BVA) Input Generator, which will be used in conjunction with manually input test cases for the Triangle_Tes…
Java
-
Test-Generator
Test-Generator PublicThe purpose of this project is to create a Test Input Generator for software programs. The generator will include four different types of input generators: Boundary Value Analysis, Worst-case Robus…
Java
-
Online-Store
Online-Store PublicThe project aims to create a fault-tolerant online store in Java, accessible to both customers and administrators through different interfaces. It should allow customers to browse and purchase prod…
Java
If the problem persists, check the GitHub status page or contact support.