Skip to content
View mohab-mohamed's full-sized avatar

Block or report mohab-mohamed

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AStar-Pathfinding-AI AStar-Pathfinding-AI Public

    Angular8: A-Star Pathfinding Visualizer

    HTML

  2. Hidden-Markov-Chain-Quant-Trading-Strategy Hidden-Markov-Chain-Quant-Trading-Strategy Public

    Hidden Markov Model is a statistical Markov model in which the system being modeled is assumed to be a Markov process with unobserved states.

    Python 5 2

  3. Scalable-Hash-Table-Counting Scalable-Hash-Table-Counting Public

    Use of a hash table with chaining to count the number of unique addresses; Tested with 5 million lines with about 15,000 unique addresses

    C

  4. Repeating-Key-XOR-Breaker Repeating-Key-XOR-Breaker Public

    Cryptography Challenge: Break Repeating Key XOR using the Chi Square Statistic and Bit Operations

    C++

  5. Perceptron-Neural-Network Perceptron-Neural-Network Public

    The perceptron is an algorithm for supervised learning of binary classifiers. A binary classifier is a function which can decide whether or not an input, represented by a vector of numbers, belongs…

    Python

  6. Spell-Checker Spell-Checker Public

    Bloom FIlter Based Spell Checker through Functional Programming; Use of Hash Tables and Bit Vectors to quickly detect spelling errors

    Racket