Skip to content
View jocker18291's full-sized avatar
👨‍🎓
Focusing
👨‍🎓
Focusing

Block or report jocker18291

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

    A C++ project for implementing and exploring chess game logic, including board representation, move generation, and game rules.

    C++

  2. GraphProject GraphProject Public

    A C++ project for implementing and exploring graph algorithms, including graph representation, traversal, and related operations.

    C++

  3. HashTable HashTable Public

    A C++ project for implementing and experimenting with hash table data structures and associated algorithms.

    C++

  4. PriorityQueue PriorityQueue Public

    A C++ project that implements and benchmarks two types of priority queues—one using a binary heap and one using an unsorted array. The project provides interactive menus and benchmarking tools to c…

    C++

  5. SortingProject SortingProject Public

    This project includes several sorting algorithms, such as Timsort, Introspective Sort, Heapsort, and Dual-Pivot Quicksort. Additionally, arrays of sizes 1 000, 10 000, 50 000, 100 000, 500 000, and…

    C++