{"id":20332953,"url":"https://github.com/chitangchin/leetcodeinterview150","last_synced_at":"2025-03-04T12:44:18.402Z","repository":{"id":253595574,"uuid":"843968608","full_name":"chitangchin/LeetCodeInterview150","owner":"chitangchin","description":"Solutions for Leetcode Interview 150","archived":false,"fork":false,"pushed_at":"2024-09-24T19:57:43.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-14T20:34:40.679Z","etag":null,"topics":["csharp","data-structures","dsa-practice","leetcode","leetcode-practice","leetcode-solutions"],"latest_commit_sha":null,"homepage":"https://leetcode.com/studyplan/top-interview-150/","language":"C#","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/chitangchin.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-08-18T01:10:12.000Z","updated_at":"2024-10-30T17:12:46.000Z","dependencies_parsed_at":"2024-08-18T02:32:37.201Z","dependency_job_id":"e5e1b1cb-798f-400c-81ab-fed54140d2a1","html_url":"https://github.com/chitangchin/LeetCodeInterview150","commit_stats":null,"previous_names":["chitangchin/leetcodeinterview150"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitangchin%2FLeetCodeInterview150","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitangchin%2FLeetCodeInterview150/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitangchin%2FLeetCodeInterview150/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chitangchin%2FLeetCodeInterview150/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chitangchin","download_url":"https://codeload.github.com/chitangchin/LeetCodeInterview150/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233916452,"owners_count":18750387,"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":["csharp","data-structures","dsa-practice","leetcode","leetcode-practice","leetcode-solutions"],"created_at":"2024-11-14T20:28:51.108Z","updated_at":"2025-01-14T15:46:30.914Z","avatar_url":"https://github.com/chitangchin.png","language":"C#","readme":"# LeetCode Interview 150\n\n![Under Construction](https://img.shields.io/badge/status-under_construction-yellow)\n\nWelcome to my repository where I tackle the **LeetCode Top Interview 150** questions. This is a work in progress aimed at systematically preparing for coding interviews by solving and understanding classic algorithm problems.\n\n---\n\n## Table of Contents\n\n- [Summary from LeetCode](#summary-from-leetcode)\n- [Master Tracking Sheet](#master-tracking-sheet)\n- [Study Plan Phases](#study-plan-phases)\n  - [Phase 1](#phase-1)\n  - [Phase 2](#phase-2)\n  - [Phase 3](#phase-3)\n  - [Phase 4](#phase-4)\n  - [Phase 5](#phase-5)\n- [Build Instructions](#build-instructions)\n- [Contributing](#contributing)\n- [Acknowledgments](#acknowledgments)\n\n---\n\n## Summary from LeetCode\n\n[**Link to Problem Set on LeetCode**](https://leetcode.com/studyplan/top-interview-150/)\n\n- **150 Original \u0026 Classic Questions**\n- **Covers comprehensive interview topics**\n- **Best for 3+ months of prep time**\n- **Problems include high-quality editorials**\n\n---\n\n## Master Tracking Sheet\n\n[**Link to Google Sheet**](https://docs.google.com/spreadsheets/d/1Y8KtEgdm4d5qkLercBmlFnU7IB0C9dBkPnoTpuZTm4g/edit?usp=sharing)\n\nFeel free to comment on the Google Sheet with suggestions or improvements!\n\n---\n\n## Study Plan Phases\n\n### Phase 1\n\n- [ ] **Complete all Easy problems** for each category/pattern.\n\n### Phase 2\n\n- [ ] **Select questions** for each category and **assign difficulty levels** based on personal understanding.\n- [ ] **Organize questions** in a structured collection.\n\n**Difficulty Levels:**\n\n- ⚪ Level 3\n- 🔴 Level 2\n- ⚫ Level 1\n\n### Phase 3\n\n- [ ] **Begin Medium problems** while continuing Phase 2 practices.\n- [ ] **Select Medium questions** for each category and assign difficulty levels.\n- [ ] **Update the question collection** accordingly.\n\n### Phase 4\n\n- [ ] **Advance to Hard problems** while maintaining Phase 2 practices.\n- [ ] **Select Hard questions** for each category and assign difficulty levels.\n- [ ] **Expand the question collection** with these additions.\n\n### Phase 5\n\n#### LeetCode Interview 150 Practice Exam\n\nAn exam-like environment for each category, featuring:\n\n- **Time Limits**\n- **Unique Unit Tests**\n- **Minimal Setup Required**\n\n[**GitHub Repository Link**](https://github.com/chitangchin/Leetcode-Practice-Exams)\n\n---\n\n## Build Instructions\n\nTo get started:\n\n1. **Clone the GitHub Repository** into Visual Studio.\n\n   ```bash\n   git clone https://github.com/chitangchin/LeetCodeInterview150.git\n\n2. **Run Tests** using keyboard shortcuts:\n- **Run All Tests:** `Ctrl + R` then `A`\n- **Run a Single Test:** Navigate to the test method and press `Ctrl + R` Then `T`\n\n3. **Add Additional Tests:**\n- Create a new public method within the `Test` class and add your test code.\n\n```\npublic class Tests\n{\n    [Test]\n    public void Test1()\n    {\n        Assert.That(SolutionClass.HelloWorld(\"Hi!\"), Is.EqualTo(\"Hi!\"));\n    }\n\n    [Test]\n    public void MyAdditionalTest()\n    {\n        // Your test code here\n    }\n}\n```\n\n## Contributing\nContributions are welcome! Here's how you can help:\n1. **Fork the repository.**\n2. **Create a new branch:**\n```bash\ngit checkout -b feature/your-feature-name\n```\n3. **Commit your changes:**\n```bash\ngit commit -m \"Description of your changes\"\n```\n4. **Push to the branch:**\n```bash\ngit push origin feature/your-feature-name\n```\n5. **Open a Pull Request.**\n\n## Acknowledgments\n- **LeetCode** for providing the [Top Interview 150](https://leetcode.com/studyplan/top-interview-150/) problem set.\n- The developer community for support and shared knowledge.\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchitangchin%2Fleetcodeinterview150","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchitangchin%2Fleetcodeinterview150","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchitangchin%2Fleetcodeinterview150/lists"}