Skip to content
View OmerGery's full-sized avatar
🥁
🥁
Block or Report

Block or report OmerGery

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
OmerGery/README.md

Hi there 👋

Anurag's GitHub stats

Popular repositories

  1. gcs-json-editor gcs-json-editor Public

    simple ui to edit jsons easily on google cloud storage buckets

    HTML 1

  2. nipopow-verifier nipopow-verifier Public

    Forked from sdaveas/nipopow-verifier

    Verify your NIPoPoWs efficiently, here

    TeX 1

  3. Elections_System Elections_System Public

    An object oriented C++ program designed to implement a voting system(usa-style). The program holds a database of citizens, parties, counties, candidates, and the actual votes.

    C++

  4. Karatsuba_Multiplication Karatsuba_Multiplication Public

    A C++ Project made to implement a long multiplication between 2 very big numbers (up to 4500 digits ). The multiplication is done in 3 ways : Standard Long multiplication , Karatsuba's recursive me…

    C++

  5. Huffman_Code Huffman_Code Public

    A C++ object oriented program that implements Huffman coding - it gets a file as input , calculates and prints the optimal Huffman coding for the file.

    C++

  6. ShortestPath ShortestPath Public

    A C++ Program that implents classic Shortest-path finding algorithms : Dijkstra's algorithm, Bellman-Ford. The algorithms are implented using adjacency list , adjacency matrix. The program reads th…

    C++