Skip to content
View husain34's full-sized avatar

Block or report husain34

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

Popular repositories Loading

  1. TRACE TRACE Public

    TRACE: Temporal Retrieval And Context Engine. A self-healing B+Tree and Vector RAG architecture designed for long-term AI agent episodic memory.

    Python 9

  2. PerlinNoise-Generation PerlinNoise-Generation Public

    This project showcases the use of Perlin Noise for procedural generation in game development. It includes examples of island generation, cave systems, and cloud textures, along with a code snippet …

    C++ 1

  3. odysseus-trace odysseus-trace Public

    Forked from odysseus-dev/odysseus

    Self-hosted AI workspace.

    Python 1

  4. BFS-Pathfinding-Cpp BFS-Pathfinding-Cpp Public

    A C++ implementation of the Breadth-First Search (BFS) algorithm for grid-based pathfinding, handling obstacles and visualizing the shortest path.

    C++

  5. Custom-Random-Number-Generator-in-C- Custom-Random-Number-Generator-in-C- Public

    A simple and efficient PRNG with a customizable range for generating random numbers. Perfect for projects requiring flexible and high-performance random number generation.

  6. Sudoku-Solver Sudoku-Solver Public

    A console-based Sudoku solver in C++ using recursion and backtracking. Validates input and highlights invalid cells with exact coordinates. Uses a coordinate map to represent the puzzle grid.

    C++