{"id":16272032,"url":"https://github.com/sshh12/schoolcode","last_synced_at":"2026-01-20T04:32:45.314Z","repository":{"id":70737760,"uuid":"76362220","full_name":"sshh12/SchoolCode","owner":"sshh12","description":"A collection of scripts that I wrote for/were inspired by school projects. Algorithms \u0026 Data Structures.","archived":false,"fork":false,"pushed_at":"2019-06-30T20:06:05.000Z","size":69370,"stargazers_count":3,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T21:16:57.004Z","etag":null,"topics":["ap-computer-science","computer-science-algorithms","cyranch","school"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshh12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-12-13T13:42:59.000Z","updated_at":"2020-10-01T16:59:06.000Z","dependencies_parsed_at":"2023-02-21T20:31:43.717Z","dependency_job_id":null,"html_url":"https://github.com/sshh12/SchoolCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sshh12/SchoolCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FSchoolCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FSchoolCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FSchoolCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FSchoolCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshh12","download_url":"https://codeload.github.com/sshh12/SchoolCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2FSchoolCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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":["ap-computer-science","computer-science-algorithms","cyranch","school"],"created_at":"2024-10-10T18:15:52.390Z","updated_at":"2026-01-20T04:32:45.299Z","avatar_url":"https://github.com/sshh12.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School Code\n\nA compilation of the projects and scripts I wrote during High School.\n\n## Algorithms ![js](https://user-images.githubusercontent.com/6625384/28796015-98460b06-7601-11e7-8839-135c0ba09b6a.png) ![python](https://user-images.githubusercontent.com/6625384/28796097-e0cb7adc-7601-11e7-9057-91b2af801d32.png) ![java](https://user-images.githubusercontent.com/6625384/28796200-4617e4ca-7602-11e7-9e39-44e38e154d9d.png)\n\n#### SortingSearching\n\n###### BinaryInsertionSort\n\n###### BinarySearch\n\n###### BitonicSort\n\n###### BogoSort\n\n###### BubbleSort\n\n###### BucketSort\n\n###### CycleSort\n\n###### HeapSort\n\n###### InsertionSort\n\n###### InterpolationSearch\n\n###### IntroSort\n\n###### LinearMajority\n\n###### MergeSort\n\n###### PancakeSort\n\n###### QuickSort\n\n###### RadixSort\n\n###### ShellSort\n\n###### SelectionSort\n\n###### TimSort\n\n#### Graphs\n\n###### AStar\n\n###### BellmanFord\n\n###### BFS\n\n###### Bipartite\n\n###### BoruvkaMST\n\n###### DFS\n\n###### Dijkstras\n\n###### Korsaraju\n\n###### KruskalMST\n\n###### PrimMST\n\n###### TopologicalSort\n\n#### DP\n\n###### BinaryKnapsack\n\n###### CoinChange\n\n###### EditDistance\n\n###### LCS\n\n###### LIS\n\n###### NumPaths\n\n###### NumSubsetSum\n\n###### RodCutting\n\n###### StairSteps\n\n###### SubsetSum\n\n#### Greedy\n\n###### CoveringSegments\n\n###### FractionalKnapsack\n\n###### Huffman\n\n###### Jobs\n\n###### LargestNumber\n\n###### MaxDotProduct\n\n###### MinSquares\n\n###### PerfectChange\n\n###### SmallestNumber\n\n###### UniqueSummands\n\n#### Backtracking\n\n###### NQueens\n\n###### Permutations\n\n###### ValidSnake\n\n#### DivideConquer\n\n###### ClosestPoints\n\n###### CubicRoot\n\n###### NumInversions\n\n###### QuickHull\n\n###### ThreeSUM\n\n#### Misc\n\n###### ManacherPalindrome\n\n###### TomohikoSakamoto\n\n## Data Structures ![js](https://user-images.githubusercontent.com/6625384/28796015-98460b06-7601-11e7-8839-135c0ba09b6a.png) ![python](https://user-images.githubusercontent.com/6625384/28796097-e0cb7adc-7601-11e7-9057-91b2af801d32.png) ![java](https://user-images.githubusercontent.com/6625384/28796200-4617e4ca-7602-11e7-9e39-44e38e154d9d.png)\n\n###### BinaryTree\n\n###### BloomFilter\n\n###### HashSet\n\n###### Heap\n\n###### KDTree\n\n###### LinkedList\n\n###### Queue\n\n###### RingBufferQueue\n\n###### Set\n\n###### SparseSet\n\n###### Stack\n\n###### SumSegmentTree\n\n###### Trie\n\n###### UnionFind\n\n#\n#\n#\n#\n#\n#\n#\n#\n#\n#\n#\n#\n\n### Misc Super Old Projects\n\n#### Connect4 ![js](https://user-images.githubusercontent.com/6625384/28796015-98460b06-7601-11e7-8839-135c0ba09b6a.png) ![python](https://user-images.githubusercontent.com/6625384/28796097-e0cb7adc-7601-11e7-9057-91b2af801d32.png) ![java](https://user-images.githubusercontent.com/6625384/28796200-4617e4ca-7602-11e7-9e39-44e38e154d9d.png)\nA beginner implementation of MiniMax in Connect4.\n\n#### Hangman ![python](https://user-images.githubusercontent.com/6625384/28796097-e0cb7adc-7601-11e7-9057-91b2af801d32.png) ![java](https://user-images.githubusercontent.com/6625384/28796200-4617e4ca-7602-11e7-9e39-44e38e154d9d.png)\nA game of impossible hangman which chooses words that least fit your guesses.\n\n#### Fractals ![java](https://user-images.githubusercontent.com/6625384/28796200-4617e4ca-7602-11e7-9e39-44e38e154d9d.png)\nA collection of fractals using recursive algorithms.\n\n#### KD Tree ![java](https://user-images.githubusercontent.com/6625384/28796200-4617e4ca-7602-11e7-9e39-44e38e154d9d.png)\nA multidimensional binary tree.\n\n#### 8-Puzzle ![java](https://user-images.githubusercontent.com/6625384/28796200-4617e4ca-7602-11e7-9e39-44e38e154d9d.png)\nAn A* based puzzle solver.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fschoolcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshh12%2Fschoolcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fschoolcode/lists"}