{"id":17455614,"url":"https://github.com/lorem-ipsumm/bst-assignment","last_synced_at":"2025-10-28T12:08:13.499Z","repository":{"id":128053704,"uuid":"97530346","full_name":"lorem-ipsumm/BST-Assignment","owner":"lorem-ipsumm","description":"This is an assignment for my CSC 202 class where we had to create a Binary Search Tree to find restaurants from a google docs file","archived":false,"fork":false,"pushed_at":"2017-07-19T02:21:52.000Z","size":186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T09:46:50.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/lorem-ipsumm.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":"2017-07-17T23:14:27.000Z","updated_at":"2017-07-17T23:16:27.000Z","dependencies_parsed_at":"2023-05-29T06:45:30.502Z","dependency_job_id":null,"html_url":"https://github.com/lorem-ipsumm/BST-Assignment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lorem-ipsumm/BST-Assignment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorem-ipsumm%2FBST-Assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorem-ipsumm%2FBST-Assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorem-ipsumm%2FBST-Assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorem-ipsumm%2FBST-Assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lorem-ipsumm","download_url":"https://codeload.github.com/lorem-ipsumm/BST-Assignment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorem-ipsumm%2FBST-Assignment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281434028,"owners_count":26500548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-18T02:04:48.683Z","updated_at":"2025-10-28T12:08:13.478Z","avatar_url":"https://github.com/lorem-ipsumm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BST-Assignment\nThis is an assignment for my CSC 202 class where we had to create a Binary Search Tree to find restaurants from a google docs file\n\n\nTo get the data directly from the google doc sheet, I use a google script that turns the sheet data into a readable JSON format.\n\nFrom there I was able to parse the data and make it indexable. For example: \n\n```\nRestaurants restuarant = new Restaurants();\n//The parameter for all the functions is the ID of the restaurant\n//I am using ID 24 in this case\n\nSystem.out.println(restaurant.getName(24));         //returns Fuji Sushi\nSystem.out.println(restaurant.getZipCode(24));      //returns 63052\nSystem.out.println(restuarant.getPhoneNumber(24));  //returns 6364648889\n```\n\n\n\nFull gist explanation here: https://gist.github.com/SolarFloss/eb97baab105fed817c469fa086616339\n\n## Main Window\n![Main Window](/src/images/gitImages/main.png)\n\n\n## When you click on a list item\n![Result](src/images/gitImages/result.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florem-ipsumm%2Fbst-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florem-ipsumm%2Fbst-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florem-ipsumm%2Fbst-assignment/lists"}