Skip to content
View ceedong's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ceedong

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

    This repo is used to document all my work on projects in OOP in Java, provided by UCSD on Coursera.

    Java

  2. UCSD_TextEditor UCSD_TextEditor Public

    This repo is for a text editor design, to implement "misspelling" and "autocomplete" functions.

    Java

  3. os-tutorial os-tutorial Public

    Forked from cfenollosa/os-tutorial

    How to create an OS from scratch

    C

  4. UCSD_Graph UCSD_Graph Public

    The repo is to implement a toy "Google Map" and trying to find the shortest path between two points using BFS/ Dijkstra/ A* Algorithms.

    Java 2

  5. CppCoreGuidelines CppCoreGuidelines Public

    Forked from isocpp/CppCoreGuidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

    Python

  6. Princeton_Algorithms Princeton_Algorithms Public

    The repo is used to record all my solutions to the algorithms part I + II on Coursera Week Programming Assignment.

    Java