Skip to content
View Otina12's full-sized avatar

Block or report Otina12

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. google-maps-optimized-walking google-maps-optimized-walking Public

    The shortest path is not always the fastest one on real roads. This project uses Dijkstra's algorithm with a red light wait penalty to find the quickest route, and BFS to simulate and visualize all…

    Python

  2. LibraryManagement LibraryManagement Public

    A platform for managing library operations such as book reservations and returns, customer accounts, employee management, and automated data reports. Designed with a multi-layered architecture to e…

    C#

  3. interpreter-go interpreter-go Public

    Simple monkey interpreter in Go, based on a book "Writing an interpreter in Go" by Thorsten Ball.

    Go 1

  4. LLM-systems LLM-systems Public

    A set of learning notebooks and projects for practical LLM techniques including embeddings, RAG, structured output, and tool use.

    Jupyter Notebook

  5. leetcode-go leetcode-go Public

    LeetCode solutions in Go.

    Go

  6. Numerical-Throwing-Ball Numerical-Throwing-Ball Public

    This project detects targets in any image using a custom edge detection algorithm. It then selects a random launch point and simulates the trajectory of a ball to hit the detected targets. The ball…

    Python