/leetcode

Collection of LeetCode questions to ace the coding interview!

Primary LanguageSwift

Solved Easy Medium Hard
Languages Author



This repo contains all of my personal LeetCode solutions. The coding solutions provided within this repo are entirely provided by me, Alisher Baigazin.

All solutions were made with the sole intent of solving the corresponding LeetCode challenge. Solutions may not be as efficient as possible.

All solutions are orderd by: Solution # / Language

Solved # Title Difficulty Solution Runtime Memory Language
0001 Two Sum Easy GitHub N/A ms N/A MB Swift
0704 Binary Search Easy GitHub N/A ms N/A MB Swift
0278 First Bad Version Easy GitHub N/A ms N/A MB Swift
0035 Search Insert Position Easy GitHub N/A ms N/A MB Swift
0977 Squares of a Sorted Array Easy GitHub N/A ms N/A MB Swift
3 Longest Substring Without Repeating Characters Medium GitHub N/A ms N/A MB Swift
4 Median of Two Sorted Arrays Hard GitHub N/A ms N/A MB Swift