Skip to content
View sneha0832's full-sized avatar

Block or report sneha0832

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. swisherrr/sudoku swisherrr/sudoku Public

    A Java implementation of a Sudoku solver using BFS and DLS algorithms, supporting both 9x9 and 16x16 puzzles. Built on research from BCSEE journal, this solver demonstrates and compares the efficie…

    Java

  2. Library-Program Library-Program Public

    SciFiLi is a project designed to manage a science fiction library efficiently. It utilizes various data structures to facilitate searching, sorting, and handling book check-ins and check-outs, ensu…

    Python

  3. AVL-and-Red-Black-Trees AVL-and-Red-Black-Trees Public

    A Java implementation of two self-balancing binary search trees: AVL Trees and Red-Black Trees. This project explores how different balancing strategies maintain efficient search, insertion, and de…

    Java

  4. Find-it-Fast-Java Find-it-Fast-Java Public

    A Java implementation and performance comparison of three classic string-search algorithms: Brute Force, Knuth–Morris–Pratt (KMP), and Boyer–Moore. The program searches for a user-provided substrin…

    Java