{"id":20302359,"url":"https://github.com/eesunmoon/algorithms","last_synced_at":"2026-02-01T01:32:40.969Z","repository":{"id":205038806,"uuid":"303079399","full_name":"EesunMoon/Algorithms","owner":"EesunMoon","description":"[Fall 2020] Algorithms","archived":false,"fork":false,"pushed_at":"2024-10-14T01:39:09.000Z","size":23620,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T03:05:45.563Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","c","data","data-structures"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EesunMoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-11T08:53:34.000Z","updated_at":"2025-03-31T16:45:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"76848286-f965-4c61-a1c7-f540985400df","html_url":"https://github.com/EesunMoon/Algorithms","commit_stats":null,"previous_names":["mooneesun/algorithms","eesunmoon/algorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EesunMoon/Algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EesunMoon%2FAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EesunMoon%2FAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EesunMoon%2FAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EesunMoon%2FAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EesunMoon","download_url":"https://codeload.github.com/EesunMoon/Algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EesunMoon%2FAlgorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28963913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T01:25:30.373Z","status":"ssl_error","status_checked_at":"2026-02-01T01:25:29.809Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","algorithms-and-data-structures","c","data","data-structures"],"created_at":"2024-11-14T16:30:54.247Z","updated_at":"2026-02-01T01:32:40.950Z","avatar_url":"https://github.com/EesunMoon.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms\n* Practical Exercises through [Oj-system](https://ex-oj.sejong.ac.kr)\n\n## Practical Problems\n| Week | Practice | Practice Topic | \n|:---:|:---:|:---:|\n| 1 | [Data Structure](https://github.com/MoonEeSun/Algorithms/tree/main/practice/01_DS_practice) | Linked List / Binary Tree |\n| 2 | [Priority Queue](https://github.com/MoonEeSun/Algorithms/tree/main/practice/02_priority_Queue) | Selection Sort / Insertion Sort |\n| 3 | [Heap](https://github.com/MoonEeSun/Algorithms/tree/main/practice/03_heap) | Insertion Heap / Top-Down Heap |\n| 4 | [Heap Sort](https://github.com/MoonEeSun/Algorithms/tree/main/practice/04_heap_sort) | Unique Keys / Duplicate Keys |\n| 5 | [Sorting](https://github.com/MoonEeSun/Algorithms/tree/main/practice/05_sort) | Merge Sort / Quick Sort |\n| 6 | [Dictionary](https://github.com/MoonEeSun/Algorithms/tree/main/practice/06_dictionary) | Binary Search (Recursive / Non-recursive) |\n| 7 | [Search Tree](https://github.com/MoonEeSun/Algorithms/tree/main/practice/07_tree_search) | Binary Search Tree / AVL Tree |\n| 9 | [Hash Table](https://github.com/MoonEeSun/Algorithms/tree/main/practice/09_hash_table) | Disjoint Chaining / Open Address Method (Linear Probing / Double Hashing) |\n| 10 | [Graph](https://github.com/MoonEeSun/Algorithms/tree/main/practice/10_graph) | Adjacency List / Adjacency Matrix |\n| 11 | [Graph Traversal](https://github.com/MoonEeSun/Algorithms/tree/main/practice/11_graph_traversal) | DFS / BFS |\n| 12 | [Directed Graph](https://github.com/MoonEeSun/Algorithms/tree/main/practice/12_directed_graph) | Topological Ordering |\n| 13 | [Minimum Spanning Tree](https://github.com/MoonEeSun/Algorithms/tree/main/practice/13_minimum_spanning_tree) | Prim's Algorithm / Kruskal's Algorithm |\n| 14 | [Shortest Path](https://github.com/MoonEeSun/Algorithms/tree/main/practice/14_shortest_path) | Shortest Distance in Undirected / Directed Weighted Graphs |\n\n## Semester Project\n* **Topic:** [COVID-19 Virus Access List Management System](https://github.com/MoonEeSun/Algorithms/tree/main/semester_project)\n* **Data Structure Used:** Linked List\n* **Algorithms Used:** Hash Table, Merge Sort\n* **Features:**\n  - **Visitor Mode / Administrator Mode**\n  - **Functions:** Add, Modify, Delete, Search (by visitor code, name, date, region), Sort (by name, visited date, region code), Print (specific visitor / all visitors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feesunmoon%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feesunmoon%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feesunmoon%2Falgorithms/lists"}