{"id":15031541,"url":"https://github.com/fishercoder1534/leetcode","last_synced_at":"2025-04-25T14:45:15.473Z","repository":{"id":37405522,"uuid":"64578459","full_name":"fishercoder1534/Leetcode","owner":"fishercoder1534","description":"Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.","archived":false,"fork":false,"pushed_at":"2025-04-07T02:59:09.000Z","size":11953,"stargazers_count":3903,"open_issues_count":23,"forks_count":1298,"subscribers_count":186,"default_branch":"master","last_synced_at":"2025-04-24T08:35:13.790Z","etag":null,"topics":["algorithm","apache","bash","data-structures","interview","java","leetcode","leetcode-java","leetcode-questions","leetcode-solutions","leetcoder","mysql"],"latest_commit_sha":null,"homepage":"https://youtube.com/FisherCoder","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fishercoder1534.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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-07-31T05:28:15.000Z","updated_at":"2025-04-22T19:15:00.000Z","dependencies_parsed_at":"2024-05-02T04:54:41.343Z","dependency_job_id":"ca59e58c-ba2d-41e7-9623-7398ccd6ec81","html_url":"https://github.com/fishercoder1534/Leetcode","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/fishercoder1534%2FLeetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishercoder1534%2FLeetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishercoder1534%2FLeetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishercoder1534%2FLeetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fishercoder1534","download_url":"https://codeload.github.com/fishercoder1534/Leetcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250836509,"owners_count":21495384,"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":["algorithm","apache","bash","data-structures","interview","java","leetcode","leetcode-java","leetcode-questions","leetcode-solutions","leetcoder","mysql"],"created_at":"2024-09-24T20:15:58.390Z","updated_at":"2025-04-25T14:45:15.451Z","avatar_url":"https://github.com/fishercoder1534.png","language":"Java","readme":"# [LeetCode](https://leetcode.com/problemset/algorithms/) [![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](LICENSE.md) [![Java CI](https://github.com/fishercoder1534/Leetcode/actions/workflows/gradle.yml/badge.svg)](https://github.com/fishercoder1534/Leetcode/actions/workflows/gradle.yml) ![Language](https://img.shields.io/badge/language-Java%20%2F%20MySQL%20%2F%20Bash-blue.svg) \n\n_If you like this project, please leave me a star._ \u0026#9733;\n\n\u003e [\"For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby.\"](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews)\n\n## Algorithms\n[For problems 1 to 999](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/algorithms/1st_thousand)\n\n[For problems 1000 to 1999](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/algorithms/2nd_thousand)\n\n[For problems 2000 to 2999](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/algorithms/3rd_thousand)\n\n[For problems 3000 to 3999](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/algorithms/4th_thousand)\n\n                                                              \n\n## Database\n[All database problems](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/database)\n\n\n## Shell\n[All shell problems](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/shell)\n\n## Javascript\n[All Javascript problems](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/javascript)\n\n\n## Contributing\nYour ideas/fixes/algorithms are more than welcome!\n\n0. Please make sure your PR builds after submitting! Check out here: https://travis-ci.org/github/fishercoder1534/Leetcode/pull_requests and look for your PR build.\n1. Fork this repo\n2. Clone your forked repo (`git clone https://github.com/YOUR_GITHUB_USERNAME/Leetcode.git`) onto your local machine\n3. `cd` into your cloned directory, create your feature branch (`git checkout -b my-awesome-fix`)\n4. `git add` your desired changes to this repo\n5. Commit your changes (`git commit -m 'Added some awesome features/fixes'`)\n6. Push to the branch (`git push origin my-awesome-feature`)\n7. Open your forked repo on Github website, create a new Pull Request to this repo!\n\n## Best way to open this project\n\n1. Install IntelliJ on your machine, either CE or UE.\n2. git clone this repo to your local disk\n3. import this project as a new project (does need to be imported as a gradle project)\n4. If you run into \"Could not determine Java version using executable ...\" error, use local gradle distribution: \"/usr/local/Cellar/gradle/4.8.1/libexec/\" instead of the default one. More details, see [this question on Stackoverflow](https://stackoverflow.com/questions/52195643/cannot-find-symbol-intellij-gradle/52196069#52196069).\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishercoder1534%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffishercoder1534%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishercoder1534%2Fleetcode/lists"}