Skip to content
View EnochChandayengerwa's full-sized avatar

Block or report EnochChandayengerwa

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. Base-Encryption-and-Decryption Base-Encryption-and-Decryption Public

    Encryption and Decryption This program encrypts any message into any base from binary to hexadecimal and back.

    Python

  2. Binary-Search-Tree-Traversals Binary-Search-Tree-Traversals Public

    Binary Search Tree Traversals This program builds a binary search tree from user data then outputs either the pre-order, in-order, post-order and min or max value from binary search tree, as well a…

    C++

  3. Huffman-Encoding Huffman-Encoding Public

    Huffman Encoding This program encodes and decodes messages efficiently by assigning codes shortest to longest in terms of frequency thus creating more optimal encoding and decoding process using tr…

    C++

  4. Breadth-First-Search-Maze Breadth-First-Search-Maze Public

    BFS Maze This program finds the optimal path from a start position in a 14x17 maze with walls and dead ends using a Breath First Search Algorithm, ques and vector pairs of integers

    C++

  5. Sudoku Sudoku Public

    This program solves a game of sudoku from grid size 4x4 up to 25x25 primarily using the popular dancing links and naked singles methods

    C++

  6. Blackjack Blackjack Public

    C++