{"id":17669321,"url":"https://github.com/snimmagadda1/coding-challenges","last_synced_at":"2025-03-30T13:43:53.913Z","repository":{"id":102028016,"uuid":"190929274","full_name":"snimmagadda1/coding-challenges","owner":"snimmagadda1","description":"🧠  Collection of coding challenges to keep sharp","archived":false,"fork":false,"pushed_at":"2021-04-18T00:24:50.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T15:42:44.117Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data-structures","go","golang","java","leetcode","leetcode-go","leetcode-golang","leetcode-java","leetcode-solutions"],"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/snimmagadda1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-08T19:55:25.000Z","updated_at":"2021-04-18T00:24:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d36cbcf-4e90-4b4a-a28c-c6fd44c79c6e","html_url":"https://github.com/snimmagadda1/coding-challenges","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snimmagadda1%2Fcoding-challenges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snimmagadda1%2Fcoding-challenges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snimmagadda1%2Fcoding-challenges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snimmagadda1%2Fcoding-challenges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snimmagadda1","download_url":"https://codeload.github.com/snimmagadda1/coding-challenges/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246326600,"owners_count":20759436,"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","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","data-structures","go","golang","java","leetcode","leetcode-go","leetcode-golang","leetcode-java","leetcode-solutions"],"created_at":"2024-10-24T00:08:32.275Z","updated_at":"2025-03-30T13:43:53.884Z","avatar_url":"https://github.com/snimmagadda1.png","language":"Java","readme":"# coding-challenges \n\n![Language](https://img.shields.io/badge/language-Java%20%2F%20Go-blue.svg)\u0026nbsp;\n\n\nPersonal collection of solutions to problems from a number of sources. First pass may be a less than optimal solution. Optimizations will be made iteratively.\n\nCurrently:\n- [LeetCode](https://leetcode.com/problemset/all/)\n- [Codility](https://app.codility.com/programmers/lessons/1-iterations/)\n\n\n## LeetCode\n\n### Algorithms\n|  #  | Title           |  Solution       |  Time           | Space           | Difficulty    |\n|-----|---------------- | --------------- | --------------- | --------------- | ------------- |\n#1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [Java](./java/LeetCode/TwoSum.java)/[Go](./golang/LeetCode/two-sum/main.go) | O(n)      | O(n)       | Easy         |\n#2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) | [Java](./java/LeetCode/AddTwoNumbers.java) | TODO      | TODO       | Medium         |\n#3 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) | [Java](./java/LeetCode/LengthOfLongestSubstring.java) | TODO      | TODO       | Medium         |\n#7 | [Reverse Integer](https://leetcode.com/problems/reverse-integer/)| [Java](./java/LeetCode/ReverseInteger.java)/[Go](./golang/LeetCode/reverse-integer/main.go) | O(log(n))      | O(1)       | Easy         |\n#8 | [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) | [Java](./java/LeetCode/AtoI.java) | TODO      | TODO       | Medium         |\n#9 | [Palindrome Number](https://leetcode.com/problems/palindrome-number/)| [Go](./golang/LeetCode/palindrome-number/main.go) | O(log(n))     | O(1)       | Easy         |\n#13 | [Roman to Integer](https://leetcode.com/problems/roman-to-integer/)| [Go](./golang/LeetCode/roman-to-integer/main.go) | O(n)     | O(n)       | Easy         |\n#14 | [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/)| [Go](./golang/LeetCode/longest-common-prefix/main.go) | O(n)     | O(1)       | Easy         |\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnimmagadda1%2Fcoding-challenges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnimmagadda1%2Fcoding-challenges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnimmagadda1%2Fcoding-challenges/lists"}