Skip to content
View phoebeorf's full-sized avatar

Block or report phoebeorf

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. VamanaAlgorithm VamanaAlgorithm Public

    Implementation of the Vamana algorithm for ANN search (graph-based indexing & querying).

    C++

  2. graph-adts-and-algorithms graph-adts-and-algorithms Public

    Graph ADTs and algorithms in C (undirected/weighted graphs + MST, plus skip list)

    C

  3. databases-hashfile databases-hashfile Public

    Hash file implementation for database-style storage and indexing

    C++ 3

  4. external-database-sorter external-database-sorter Public

    External sorting for large database-style datasets (disk-based algorithms)

    C 1

  5. ai-search-pacman ai-search-pacman Public

    UC Berkeley Pacman AI: classical search (DFS/BFS/UCS/A*) + heuristics (incl. MST caching)

    Python

  6. IPL-Interpreter IPL-Interpreter Public

    Forked from sdi0700224/IPL-Interpreter

    Interpreter implementation for the IPL language (parsing, execution, symbol handling).

    C