Skip to content
View B-Tanvi08's full-sized avatar

Block or report B-Tanvi08

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

Popular repositories Loading

  1. git-session-23 git-session-23 Public

    Forked from Njack-IITP/git-session-23

  2. MazePathfinder.py MazePathfinder.py Public

    Backtracking Maze Solver Finds the shortest path in a grid maze using DFS with pruning. Explores valid moves, tracks visited cells, and marks the final shortest route with X. Demonstrates recursion…

    Python

  3. Tic-Tac-Toe Tic-Tac-Toe Public

    • Developed a C++ Tic-Tac-Toe game that uses look-ahead (projected) tactics to assess future board states and select optimal moves. • Implemented a lightweight evaluation engine for rapid decision-…

    C++