Skip to content
View TheNazgul42's full-sized avatar

Block or report TheNazgul42

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.

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

    This script defines a binary tree with a TreeNode class and implements functions for inorder, preorder, and postorder traversals. It also includes a function to visualize the binary tree using Matp…

    Python

  2. Problem_Plecakowy_Rozwiazanie_i_Wizualizacja Problem_Plecakowy_Rozwiazanie_i_Wizualizacja Public

    Skrypt python służący do wizualizacji i rozwiązywania problemu plecakowego, wykorzystująca matplotlib, numpy oraz pandas do analizy i graficznego przedstawienia optymalnych kombinacji wag i wartośc…

    Python

  3. Guess_The_Number_Game Guess_The_Number_Game Public

    In this "Guess the Number" game, you will set the range for a secret number and then try to guess it. The game provides feedback on whether your guess is too high or too low, helping you narrow dow…

    Python

  4. Dice_Rolling_Simulation Dice_Rolling_Simulation Public

    Python script that simulates the rolling of dice. It allows users to choose between rolling one die, two dice, or a customizable number of dice. Each roll displays a visual representation of the di…

    Python