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

  2. 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++

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

  4. 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++

  5. N-Queens-cpp N-Queens-cpp Public

    A C++ solution to the classic N-Queens problem using recursive backtracking. Efficiently tracks attacked cells with sets to explore valid queen placements. Supports any board size (N) and displays …

    C++

  6. SunNet-TechRush SunNet-TechRush Public

    A machine learning model to predict solar energy generation using historical weather data. Incorporates features like temperature, cloud cover, and seasonal patterns for accurate forecasting. Built…

    Jupyter Notebook 1