{"id":23418620,"url":"https://github.com/kushalseth/datastructure","last_synced_at":"2026-04-13T23:32:26.293Z","repository":{"id":30623893,"uuid":"34179315","full_name":"kushalseth/DataStructure","owner":"kushalseth","description":"I will build the logic, code and then debug the coding problems in my youtube series of #LogicCodeDebug. So, this is going to be a step by step solution of coding problems. I believe, everyone has it's own way of learning. For few problems, it's easy to understand by just seeing the Logic but for few we need to debug them.","archived":false,"fork":false,"pushed_at":"2024-09-08T01:48:18.000Z","size":19532,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T08:36:02.802Z","etag":null,"topics":["100daysofalgorithm","100daysofcode","30daysofcode","algorithm-challenges","algorithms","algorithms-and-data-structures","cracking-the-coding-interview","csharp","datastructures","geeks","hackerrank-solutions","java","logiccodedebug","python","recursion"],"latest_commit_sha":null,"homepage":"","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/kushalseth.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":"2015-04-18T19:18:42.000Z","updated_at":"2024-09-08T01:48:22.000Z","dependencies_parsed_at":"2024-09-08T03:08:58.445Z","dependency_job_id":"8ceb55d4-fb5e-4a1c-bc7c-a27c2cd6a2d4","html_url":"https://github.com/kushalseth/DataStructure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kushalseth/DataStructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kushalseth%2FDataStructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kushalseth%2FDataStructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kushalseth%2FDataStructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kushalseth%2FDataStructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kushalseth","download_url":"https://codeload.github.com/kushalseth/DataStructure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kushalseth%2FDataStructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31775774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["100daysofalgorithm","100daysofcode","30daysofcode","algorithm-challenges","algorithms","algorithms-and-data-structures","cracking-the-coding-interview","csharp","datastructures","geeks","hackerrank-solutions","java","logiccodedebug","python","recursion"],"created_at":"2024-12-23T00:32:20.460Z","updated_at":"2026-04-13T23:32:26.272Z","avatar_url":"https://github.com/kushalseth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![#1589F0](https://via.placeholder.com/15/1589F0/000000?text=+) `#LogicCodeDebug` ![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) `#100DaysOfAlgorithms` ![#c5f015](https://via.placeholder.com/15/c5f015/000000?text=+) `CodeForces` ![#1589F0](https://via.placeholder.com/15/1589F0/000000?text=+) `LeetCode` ![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) `KickStart` ![#c5f015](https://via.placeholder.com/15/c5f015/000000?text=+) `SPOJ` ![#1589F0](https://via.placeholder.com/15/1589F0/000000?text=+) `HackerRank` ![#1589F0](https://via.placeholder.com/15/1589F0/000000?text=+) `GeeksForGeek` ![#1589F0](https://via.placeholder.com/15/1589F0/000000?text=+) `CodeChef`\n\nI will build the logic, code and then debug the coding problems in my youtube series of #LogicCodeDebug. So, this is going to be a step by step solution of coding problems. I believe, everyone has it's own way of learning. For few problems, it's easy to understand by just seeing the Logic but for few we need to debug them.\n\nPlease join me in this Journey. If it's helpful, please give Star on GitHub, each star is a motivation.\n\nI will be covering all the topics with videos at my channel: https://www.youtube.com/user/kushalseth1408. I love to connect with people, Let's connect and learn together.\n\n## Arrays\n\n| #   | Title                                                                                    | YouTube Link                                | Solution                                                                                                                                                                                                                                                                | Notes |\n| --- | ---------------------------------------------------------------------------------------- | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |\n| 1   | [Second Largest element in array](https://www.youtube.com/watch?v=angBdWeAxd8)           | https://www.youtube.com/watch?v=angBdWeAxd8 | \u003cul\u003e\u003cli\u003e[C#](https://github.com/kushalseth/DataStructure/blob/master/CodingProblems/CodingProblems/ArrayProblems/SecondLargestInArray.cs) \u003c/li\u003e \u003cli\u003e[Java](https://github.com/kushalseth/DataStructure/blob/master/javadatastructure/src/Main.java)\u003c/li\u003e\u003cul\u003e            |       |\n| 2   | [Check if an array is sorted, return true or false](www.youtube.com/watch?v=Ysao5AoeeNc) | www.youtube.com/watch?v=Ysao5AoeeNc         | \u003cul\u003e\u003cli\u003e[C#](https://github.com/kushalseth/DataStructure/blob/master/CodingProblems/CodingProblems/ArrayProblems/ArrayIsSorted.cs) \u003c/li\u003e \u003cli\u003e[Java](https://github.com/kushalseth/DataStructure/blob/master/javadatastructure/src/Main.java)\u003c/li\u003e\u003cul\u003e                   |       |\n| 3   | [Reverse an Array](www.youtube.com/watch?v=GJpdnbIdeTI)                                  | www.youtube.com/watch?v=GJpdnbIdeTI         | \u003cul\u003e\u003cli\u003e[C#](https://github.com/kushalseth/DataStructure/blob/master/CodingProblems/CodingProblems/ArrayProblems/ReverseArray.cs) \u003c/li\u003e \u003cli\u003e[Java](https://github.com/kushalseth/DataStructure/blob/master/javadatastructure/src/Main.java)\u003c/li\u003e\u003cul\u003e                    |       |\n| 4   | [Remove Duplicates from Sorted Array](www.youtube.com/watch?v=u61tFxyIHq4)               | www.youtube.com/watch?v=u61tFxyIHq4         | \u003cul\u003e\u003cli\u003e[C#](https://github.com/kushalseth/DataStructure/blob/master/CodingProblems/CodingProblems/ArrayProblems/RemoveDuplicatesFromSortedArray.cs) \u003c/li\u003e \u003cli\u003e[Java](https://github.com/kushalseth/DataStructure/blob/master/javadatastructure/src/Main.java)\u003c/li\u003e\u003cul\u003e |       |\n| 5   | [Move all zeros to end of Array](www.youtube.com/watch?v=HymuKVb-oME)                    | www.youtube.com/watch?v=HymuKVb-oME         | \u003cul\u003e\u003cli\u003e[C#](https://github.com/kushalseth/DataStructure/blob/master/CodingProblems/CodingProblems/ArrayProblems/MoveZerosToEndOfArray.cs) \u003c/li\u003e \u003cli\u003e[Java](https://github.com/kushalseth/DataStructure/blob/master/javadatastructure/src/Main.java)\u003c/li\u003e\u003cul\u003e           |       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkushalseth%2Fdatastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkushalseth%2Fdatastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkushalseth%2Fdatastructure/lists"}