Skip to content
View riyakpatil21's full-sized avatar

Block or report riyakpatil21

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Sudoku-Solver Sudoku-Solver Public

    The Sudoku Solver algorithm primarily uses recursion with backtracking, which conceptually utilizes the call stack (a system stack) to manage the recursive function calls.

    Java

  2. Triply Triply Public

    Triply is a full-stack tourism recommendation web application that helps users discover tourist places, accommodations, local guides, and transport options based on selected locations (Country, Sta…

    JavaScript

  3. sorting_algorithm sorting_algorithm Public

    A Java-based visualization tool that demonstrates and compares classic sorting algorithms, showing their step-by-step execution and performance on different input data types.

    Java