Skip to content
View medha-kul's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Indianapolis, IN
  • 20:30 (UTC -04:00)

Block or report medha-kul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Calculator Calculator Public

    The 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++

  2. Dictionary-Hashing Dictionary-Hashing Public

    The 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++

  3. BFS-finder BFS-finder Public

    The 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

  4. Unit-Testing Unit-Testing Public

    The 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

  5. Test-Generator Test-Generator Public

    The 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

  6. Online-Store Online-Store Public

    The 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