{"id":21682104,"url":"https://github.com/evrendev/leetcode","last_synced_at":"2026-04-15T08:34:53.696Z","repository":{"id":258127182,"uuid":"872392777","full_name":"evrendev/leetcode","owner":"evrendev","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-12T16:01:56.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T11:26:27.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/evrendev.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":"2024-10-14T11:07:15.000Z","updated_at":"2024-11-12T16:01:59.000Z","dependencies_parsed_at":"2024-11-25T15:47:51.364Z","dependency_job_id":null,"html_url":"https://github.com/evrendev/leetcode","commit_stats":null,"previous_names":["evrendev/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evrendev","download_url":"https://codeload.github.com/evrendev/leetcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600670,"owners_count":20479304,"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":[],"created_at":"2024-11-25T15:33:03.802Z","updated_at":"2026-04-15T08:34:48.644Z","avatar_url":"https://github.com/evrendev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leetcode Solutions\n\n## Description\n\nThis repository contains my solutions to various LeetCode coding challenges. Each solution is implemented in a clean and efficient manner, following best practices in software development. The problems range from easy to hard and cover various topics such as algorithms, data structures, dynamic programming, and more.\n\nFeel free to explore the solutions, suggest improvements, or contribute by providing alternative approaches.\n\n## Installation\n\nTo install the dependencies, run:\n\n```sh\nnpm install\n```\n\n## Environment Variables\n\nThe project can load environment variables from `.env` files based on the `NODE_ENV` parameter. The following files are used:\n\n- `.env.development` for development\n- `.env.production` for production\n\nThese files are automatically loaded by the `dotenv-webpack` plugin configured in the [webpack.config.js](webpack.config.js) file.\n\n## Scripts\n\nHere are the available scripts you can run:\n\n### Testing\n\nTo run the tests using Jest:\n\n```sh\nnpm run test\n```\n\n### Development\n\nTo start the development server with the entry setting in the [webpack.config.js](webpack.config.js) file:\n\n```sh\nnpm run start:dev\n```\n\n### Production\n\nTo start the production server with the entry setting in the [webpack.config.js](webpack.config.js) file:\n\n```sh\nnpm run start:prod\n```\n\n### Build for Development\n\nTo build the project for development:\n\n```sh\nnpm run build:dev\n```\n\n### Build for Production\n\nTo build the project for production:\n\n```sh\nnpm run build:prod\n```\n\n### Build for Testing\n\nTo build the project for testing:\n\n```sh\nnpm run build:test\n```\n\n## Author\n\nEvren Yeniev\n\n## License\n\nThis project is licensed under the ISC License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevrendev%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Fleetcode/lists"}