{"id":24362931,"url":"https://github.com/shivamka1/solve-for-x","last_synced_at":"2026-07-11T16:31:21.349Z","repository":{"id":54222603,"uuid":"69240251","full_name":"shivamka1/solve-for-x","owner":"shivamka1","description":"Problem solving","archived":false,"fork":false,"pushed_at":"2022-01-07T17:42:44.000Z","size":475,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T08:39:08.830Z","etag":null,"topics":["algorithms","datastructures","problems"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/shivamka1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-26T10:43:17.000Z","updated_at":"2022-01-07T17:42:47.000Z","dependencies_parsed_at":"2022-08-13T09:31:02.728Z","dependency_job_id":null,"html_url":"https://github.com/shivamka1/solve-for-x","commit_stats":null,"previous_names":["shivam-880/solve-for-x","shivamka1/solve-for-x"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shivamka1/solve-for-x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fsolve-for-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fsolve-for-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fsolve-for-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fsolve-for-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivamka1","download_url":"https://codeload.github.com/shivamka1/solve-for-x/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamka1%2Fsolve-for-x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35368766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"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":["algorithms","datastructures","problems"],"created_at":"2025-01-18T22:54:29.292Z","updated_at":"2026-07-11T16:31:21.326Z","avatar_url":"https://github.com/shivamka1.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solve For X\r\nThis repository maintains a list of projects that are solutions to common problems pertaining to data structure and algorithms for the purpose of learning in various languages.\r\n\r\n# Solution Log\r\n\r\n| S.No. | Problem | Date | Language| \r\n|:------|:--------|:-----|:--------|\r\n| 1. | [The Bomber Algorithm: I](https://github.com/codingkapoor/solve-for-x/tree/master/scala/problems#the-bomber-algorithm-i) | 2016-11-02 | Scala |\r\n| 2. | [The Bomber Algorithm: II](https://github.com/codingkapoor/solve-for-x/tree/master/scala/problems#the-bomber-algorithm-ii) | 2016-12-04 | Scala |\r\n| 3. | [The Bomber Algorithm: III](https://github.com/codingkapoor/solve-for-x/tree/master/scala/problems#the-bomber-algorithm-iii) | 2016-11-08 | Scala |\r\n| 4. | [Kaeru Jump](https://github.com/codingkapoor/solve-for-x/tree/master/java/kaeru-jump) | 2016-11-13 | Java |\r\n| 5. | [Merchant's Guide to Galaxy](https://github.com/codingkapoor/solve-for-x/tree/master/java/merchants-guide-to-galaxy) | 2016-11-17 | Java |\r\n| 6. | [Page Selection By Keyword Matching: Part I](https://github.com/codingkapoor/solve-for-x/tree/master/scala/page-selection-by-keyword-matching-I-Y) | 2016-11-27 | Scala |\r\n| 7. | [Page Selection By Keyword Matching: Part II](https://github.com/codingkapoor/solve-for-x/tree/master/scala/page-selection-by-keyword-matching-II-X) | 2016-12-05 | Scala |\r\n| 8. | [Safe Traversal](https://github.com/codingkapoor/solve-for-x/blob/master/scala/problems/README.md#safe-traversal) | 2016-12-28 | Scala |\r\n| 9. | [Spiral Matix](https://github.com/codingkapoor/solve-for-x/blob/master/java/problems/README.md#spiral-matrix) | 2016-12-29 | Java |\r\n| 10. | [Point In Triangle](https://github.com/codingkapoor/solve-for-x/blob/master/java/problems/README.md#point-in-triangle) | 2016-12-29 | Java |\r\n| 11. | [Cycle Detection in an Undirected Graph](https://github.com/iamsmkr/graph-algos) | 2021-03-02 | Scala |\r\n\r\n# Other\r\n\r\n|S.No.|Repository|Description|Language|\r\n|:----|:---------|:----------|:-----------|\r\n|1.|[99-scala-problems](https://github.com/codingkapoor/99-scala-problems)|Solutions and tests for Phil Gold's S-99: Ninety-Nine Scala Problems|Scala|\r\n|2.|[scala-coding-bat](https://github.com/codingkapoor/scala-coding-bat)|Programming exercises on [Codingbat](http://codingbat.com/)|Scala|\r\n|3.|[codility-scala](https://github.com/iamsmkr/codility-scala)|Programming lessons from [Codility](https://app.codility.com/programmers)|Scala|\r\n|4.|[misc](https://github.com/iamsmkr/misc)|Misc algorithms|Scala|\r\n\r\n# Todo\r\n- [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance)\r\n- [Even Tree](https://www.hackerrank.com/challenges/even-tree)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamka1%2Fsolve-for-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamka1%2Fsolve-for-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamka1%2Fsolve-for-x/lists"}