https://github.com/aksweb/leetcode-daily-challenge
Solutions to Leetcode Daily Challenge
https://github.com/aksweb/leetcode-daily-challenge
Last synced: 3 months ago
JSON representation
Solutions to Leetcode Daily Challenge
- Host: GitHub
- URL: https://github.com/aksweb/leetcode-daily-challenge
- Owner: aksweb
- License: mit
- Created: 2023-08-22T15:43:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T14:16:08.000Z (over 1 year ago)
- Last Synced: 2025-08-02T02:55:31.393Z (5 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leetcode Daily Challenge Solutions
This repository contains solutions (C++/Python) to the Leetcode daily challenge. All solutions are uploaded before evening of the day. Access the code by clicking on Problem Link:
To view the code for a specific problem, simply click on the corresponding file name above.
- [View Today's solution](https://sharp-puppy-d00.notion.site/Codebook-a3f704fa8e0f424d85e7dfc916e88977?pvs=74)
- [1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance (C++)](https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance/solutions/5540329/thought-process-code-building-time-space-complexity)
- [2191. Sort the Jumbled Numbers (C++ , Js) ](https://leetcode.com/problems/sort-the-jumbled-numbers/solutions/5528799/100-beats-javascript-c-using-stable-sorting)
- [C++\Reverse_Linked_List_II_7Sep23.cpp](./Solutions/Reverse_Linked_List_II_7Sep23.cpp) || [MEDIUM (LINKED LIST REVERSAL) - View in leetcode :](https://leetcode.com/problems/reverse-linked-list-ii/submissions/?envType=daily-question&envId=2023-09-07)
- [C++\Copy_List_with_Random_Pointer](./Solutions/Copy_List_with_Random_Pointer.cpp) || [MEDIUM (LINKED LIST,BASIC PROGRAMMING) - View in leetcode :](https://leetcode.com/problems/copy-list-with-random-pointer/submissions/?envType=daily-question&envId=2023-09-05)
- [C++\_Reorganize_string_23Aug23](./Solutions/Reorganized_string_23Aug23.cpp) || [MEDIUM (MAP (OR PRIORITY QUEUE), STRING) - View in leetcode :](https://leetcode.com/problems/reorganize-string/submissions/1029657352/)
- [C++\_Reorganize_string_23Aug23](./Solutions/Reorganized_string_23Aug23.cpp https://leetcode.com/problems/excel-sheet-column-title/submissions/1028650182/) || [EASY (MATHS, STRING) -]
- [C++\_Excel_sheet_column_titile_22Aug23](https://leetcode.com/problems/excel-sheet-column-title/submissions/1028650182/) || [EASY (MATHS, STRING) -]
- [PY_Excel_sheet_column_titile_22Aug23](https://leetcode.com/problems/excel-sheet-column-title/submissions/1028666815/) || [EASY (MATHS, STRING) -]
