{"id":26652069,"url":"https://github.com/mensenvau/solutions_lets_crack_it","last_synced_at":"2026-04-16T14:10:55.675Z","repository":{"id":200576328,"uuid":"705837483","full_name":"mensenvau/solutions_lets_crack_it","owner":"mensenvau","description":"Let's Crack It","archived":false,"fork":false,"pushed_at":"2023-11-11T19:27:01.000Z","size":344,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T03:48:34.455Z","etag":null,"topics":["cpp","interviewbit","javascript","leetcode","leetcode-solutions","python"],"latest_commit_sha":null,"homepage":"","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/mensenvau.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}},"created_at":"2023-10-16T19:35:39.000Z","updated_at":"2023-11-12T12:13:20.000Z","dependencies_parsed_at":"2023-11-11T20:36:17.407Z","dependency_job_id":null,"html_url":"https://github.com/mensenvau/solutions_lets_crack_it","commit_stats":null,"previous_names":["mensenvau/lets_crack_it","mensenvau/solutions_lets_crack_it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mensenvau/solutions_lets_crack_it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mensenvau%2Fsolutions_lets_crack_it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mensenvau%2Fsolutions_lets_crack_it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mensenvau%2Fsolutions_lets_crack_it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mensenvau%2Fsolutions_lets_crack_it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mensenvau","download_url":"https://codeload.github.com/mensenvau/solutions_lets_crack_it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mensenvau%2Fsolutions_lets_crack_it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31889165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cpp","interviewbit","javascript","leetcode","leetcode-solutions","python"],"created_at":"2025-03-25T03:48:36.901Z","updated_at":"2026-04-16T14:10:55.652Z","avatar_url":"https://github.com/mensenvau.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Let's Crack It!\n\n_Author of the competition: [ULUGBEK ABDIMANABOV](https://t.me/ULUGBEK_ABDIMANABOV)_\n\n### Week 1:\n\n- Day 1 - [Word ladder II](https://www.interviewbit.com/problems/word-ladder-ii/) _(with help.)_\n- Day 2 - [Preorder Traversal](https://www.interviewbit.com/problems/preorder-traversal/)\n- Day 3 - [Knight on chess Board](https://www.interviewbit.com/problems/knight-on-chess-board/)\n- Day 4 - [Least common Ancestor](https://www.interviewbit.com/problems/least-common-ancestor/)\n- Day 5 - [Construct Binary tree from inorder and preorder](https://www.interviewbit.com/problems/construct-binary-tree-from-inorder-and-preorder/)\n- Day 6 - [Nodes at distance K](https://www.interviewbit.com/problems/nodes-at-distance-k/)\n\n### Week 2:\n\n- Day 1 - [Rotate Matrix](https://www.interviewbit.com/problems/rotate-matrix/)\n- Day 2 - [Merge Intervals](https://www.interviewbit.com/problems/merge-intervals/)\n- Day 3 - [Merge Overlapping Intervals](https://www.interviewbit.com/problems/merge-overlapping-intervals/)\n- Day 4 - [Add One To Number](https://www.interviewbit.com/problems/add-one-to-number/)\n- Day 5 - [N/3 Repeat Number](https://www.interviewbit.com/problems/n3-repeat-number/) _(with help.)_\n- Day 6 - [Max Distance](https://www.interviewbit.com/problems/max-distance/) _(with help.)_\n\n### Week 3:\n\n- Day 1 - [Container With Most Water](https://www.interviewbit.com/problems/container-with-most-water/)\n- Day 2 - [Array 3 Pointers](https://www.interviewbit.com/problems/array-3-pointers/) _(with help.)_\n- Day 3 - [Remove Duplicates from Sorted Array](https://www.interviewbit.com/problems/remove-duplicates-from-sorted-array/)\n- Day 4 - [Different Bits Sum Pairwise](https://www.interviewbit.com/problems/different-bits-sum-pairwise/)\n- Day 5 - [Single Number II](https://www.interviewbit.com/problems/single-number-ii/)\n- Day 6 - [Intersection Of Sorted Arrays](https://www.interviewbit.com/problems/intersection-of-sorted-arrays/)\n\n### Week 4:\n\n- Day 1 - [All Unique Permutations](https://www.interviewbit.com/problems/all-unique-permutations/)\n- Day 2 - [NQueens](https://www.interviewbit.com/problems/nqueens/)\n- Day 3 - [Palindrome Partitioning](https://www.interviewbit.com/problems/palindrome-partitioning/)\n- Day 4 - [Disjoint Intervals](https://www.interviewbit.com/problems/disjoint-intervals/) _(with help.)_\n- Day 5 - [Majority Element](https://www.interviewbit.com/problems/majority-element/)\n- Day 6 - [Meeting rooms](https://www.interviewbit.com/problems/meeting-rooms/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmensenvau%2Fsolutions_lets_crack_it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmensenvau%2Fsolutions_lets_crack_it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmensenvau%2Fsolutions_lets_crack_it/lists"}