{"id":17435535,"url":"https://github.com/not-rzwei/leetcode","last_synced_at":"2025-03-28T01:21:32.439Z","repository":{"id":258012632,"uuid":"870673641","full_name":"not-rzwei/leetcode","owner":"not-rzwei","description":"Reviewing both  Go and DSA at the same time","archived":false,"fork":false,"pushed_at":"2024-10-22T14:18:45.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T03:26:02.996Z","etag":null,"topics":["go","leetcode"],"latest_commit_sha":null,"homepage":"","language":"Go","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/not-rzwei.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-10T13:15:20.000Z","updated_at":"2024-10-22T14:18:50.000Z","dependencies_parsed_at":"2024-10-26T16:19:48.277Z","dependency_job_id":"f82d73ff-0bd5-4cf9-865e-3b0b4f372cb0","html_url":"https://github.com/not-rzwei/leetcode","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"7382de0a58e95b6da2fa20607ff8a82e20b4009e"},"previous_names":["not-rzwei/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-rzwei%2Fleetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-rzwei%2Fleetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-rzwei%2Fleetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-rzwei%2Fleetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/not-rzwei","download_url":"https://codeload.github.com/not-rzwei/leetcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245950514,"owners_count":20699085,"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":["go","leetcode"],"created_at":"2024-10-17T10:00:35.885Z","updated_at":"2025-03-28T01:21:32.421Z","avatar_url":"https://github.com/not-rzwei.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go LeetCode Go\n\nWelcome to my personal project for my LeetCode solutions in Go! This repository serves as a playground for reviewing DSA and exploring Go features that I rarely use in my work. It's all about adventure and learning!\n\n## Requirements\n\n- Visual Studio Code\n- Go 1.21+\n- LeetCode VSCode extension\n\n## Project Structure\n\nThe project is organized in a way that allows for multiple solutions to the same problem using build tags. Each solution is encapsulated within its own file, and you can switch between them as needed.\n\n### Generate Solution File\nTo generate a solution with the same file name and structure, copy the configuration in the `.vscode/leetcode.json` to your user setting JSON.\n\n### Build Tags\n\nTo test a different solution for a problem, you will need to change the `buildTags` in the `.vscode/settings.json` file. After updating the build tags, run the following command to ignore any changes to this file:\n\n```bash\ngit update-index --assume-unchanged .vscode/settings.json\n```\n\nExample tag to test bruteforce solutions\n```json\n{\n    \"go.buildTags\": \"bruteforce\",\n    ...\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-rzwei%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnot-rzwei%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-rzwei%2Fleetcode/lists"}