{"id":16545779,"url":"https://github.com/geekplux/codewars","last_synced_at":"2026-06-11T14:31:16.433Z","repository":{"id":75742104,"uuid":"159380213","full_name":"geekplux/codewars","owner":"geekplux","description":"Programming need to practice, you know.","archived":false,"fork":false,"pushed_at":"2018-12-06T15:25:09.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T08:28:17.217Z","etag":null,"topics":["leetcode","leetcode-javascript","leetcode-solutions","lintcode","lintcode-javascript","lintcode-solutions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/geekplux.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":"2018-11-27T18:22:16.000Z","updated_at":"2020-01-20T07:00:35.000Z","dependencies_parsed_at":"2023-06-07T13:15:27.753Z","dependency_job_id":null,"html_url":"https://github.com/geekplux/codewars","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.030303030303030276","last_synced_commit":"cb3db2a35d85568d78e2ca878fab10c32b42951c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geekplux/codewars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekplux%2Fcodewars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekplux%2Fcodewars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekplux%2Fcodewars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekplux%2Fcodewars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geekplux","download_url":"https://codeload.github.com/geekplux/codewars/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekplux%2Fcodewars/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34204177,"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-06-11T02:00:06.485Z","response_time":57,"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":["leetcode","leetcode-javascript","leetcode-solutions","lintcode","lintcode-javascript","lintcode-solutions"],"created_at":"2024-10-11T19:07:36.910Z","updated_at":"2026-06-11T14:31:16.413Z","avatar_url":"https://github.com/geekplux.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leetcode \u0026 lintcode\n\n## LICENSE\n\n[MIT](./LICENSE) @ [GeekPlux](https://github.com/geekplux)\n\n## leetcode\n\n- 1.Two Sum `easy` `array` [link](https://leetcode.com/problems/two-sum/description/) [code](./leetcode/1.js)\n- 167.Two Sum II `easy` `array` [link](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/description/) [code](./leetcode/167.js)\n- 26.Remove Duplicates from Sorted Array `easy` `array` [link](https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/) [code](./leetcode/26.js)\n- 27.Remove Element `easy` `array` [link](https://leetcode.com/problems/remove-element/description/) [code](./leetcode/27.js)\n- 203.Remove Linked List Elements `easy` `linked list` [link](https://leetcode.com/problems/remove-linked-list-elements/description/) [code](./leetcode/203.js)\n- 832.Flipping an Image `easy` `array` [link](https://leetcode.com/problems/flipping-an-image/description/) [code](./leetcode/832.js)\n- 442.Find All Duplicates in an Array `medium` `array` [link](https://leetcode.com/problems/find-all-duplicates-in-an-array/description/) [code](./leetcode/442.js)\n- 448.Find All Numbers Disappeared in an Array `easy` `array` [link](https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/description/) [code](./leetcode/448.js)\n- 41.First Missing Positive `hard` `array` [link](https://leetcode.com/problems/first-missing-positive/description/) [code](./leetcode/41.js)\n- 876.Middle of the Linked List `easy` `linked list` [link](https://leetcode.com/problems/middle-of-the-linked-list/description/) [code](./leetcode/876.js)\n- 206.Reverse Linked List `easy` `linked list` [link](https://leetcode.com/problems/reverse-linked-list/description/) [code](./leetcode/206.js)\n- 83.Remove Duplicates from Sorted List `easy` `linked list` [link](https://leetcode.com/problems/remove-duplicates-from-sorted-list/description/) [code](./leetcode/83.js)\n- 82.Remove Duplicates from Sorted List II `medium` `linked list` [link](https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/description/) [code](./leetcode/82.js)\n- 92.Reverse Linked List II `medium` `linked list` [link](https://leetcode.com/problems/reverse-linked-list-ii/description/) [code](./leetcode/92.js)\n- 2.Add Two Numbers `medium` `linked list` [link](https://leetcode.com/problems/add-two-numbers/description/) [code](./leetcode/2.js)\n- 3.Longest Substring Without Repeating Characters `medium` `string` [link](https://leetcode.com/problems/longest-substring-without-repeating-characters/description/) [code](./leetcode/3.js)\n- 4.Median of Two Sorted Arrays `hard` `array` [link](https://leetcode.com/problems/median-of-two-sorted-arrays/description/) [code](./leetcode/4.js)\n- 5.Longest Palindromic Substring `medium` `string` [link](https://leetcode.com/problems/longest-palindromic-substring/description/) [code](./leetcode/5.js)\n- 6.ZigZag Conversion `medium` `string` [link](https://leetcode.com/problems/zigzag-conversion/description/) [code](./leetcode/6.js)\n- 7.Reverse Integer `easy` `math` [link](https://leetcode.com/problems/reverse-integer/description/) [code](./leetcode/7.js)\n- 9.Palindrome Number `easy` `math` [link](https://leetcode.com/problems/palindrome-number/description/) [code](./leetcode/9.js)\n- 11.Container With Most Water `medium` `Array` [link](https://leetcode.com/problems/container-with-most-water/description/) [code](./leetcode/11.js)\n- 12.Integer to Roman `medium` `math` `string` [link](https://leetcode.com/problems/integer-to-roman/description/) [code](./leetcode/12.js)\n- 13.Roman to Integer `medium` `math` `string` [link](https://leetcode.com/problems/roman-to-integer/description/) [code](./leetcode/13.js)\n- 14.Longest Common Prefix `easy` `string` [link](https://leetcode.com/problems/longest-common-prefix/description/) [code](./leetcode/14.js)\n- 15.3Sum `medium` `array` [link](https://leetcode.com/problems/3sum/) [code](./leetcode/15.js)\n- 16.3Sum Closest `medium` `array` [link](https://leetcode.com/problems/3sum-closest/) [code](./leetcode/16.js)\n- 17.Letter Combinations of a Phone Number `medium` `string` [link](https://leetcode.com/problems/letter-combinations-of-a-phone-number/) [code](./leetcode/17.js)\n\n## lintcode\n\n- 407.Plus One `easy` `string` [link](https://lintcode.com/problem/plus-one/description) [code](./lintcode/407.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekplux%2Fcodewars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekplux%2Fcodewars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekplux%2Fcodewars/lists"}