Skip to content
View udemorah's full-sized avatar

Block or report udemorah

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

Popular repositories Loading

  1. javascript-datastructures-algorithms javascript-datastructures-algorithms Public

    Forked from lewis617/javascript-datastructures-algorithms

    JavaScript Data Structures and Algorithms in Chinese

    JavaScript

  2. system-design-primer system-design-primer Public

    Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    Python

  3. CPSC122 CPSC122 Public

    Forked from pauldepalma/CPSC122

    example programs for cpsc 122

    C++

  4. EngComp1_offtheground EngComp1_offtheground Public

    Forked from engineersCode/EngComp1_offtheground

    Learn to interact with Python and handle data with Python. Join the online course!

    Jupyter Notebook

  5. craft-beers-dataset craft-beers-dataset Public

    Forked from nickhould/craft-beers-dataset

    Craft Beers & Data Science - Data Analysis of a Craft Beer Dataset

    Jupyter Notebook

  6. huffman-encoding-and-decoding huffman-encoding-and-decoding Public

    Forked from omi23vaidya/huffman-encoding-and-decoding

    Use of Huffman coding to reduce data size while transferring enormous amount of data. First step is to identify which of the following priority queue structures: binary heap, 4-way cache optimized …

    Java