Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tapishr/interview-prep


https://github.com/tapishr/interview-prep

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Interview-Prep
This project contains solutions of questions answered on various coding sites.

#### Day 1
* [Palindromic Number](https://leetcode.com/problems/palindrome-number/#/description)
* [Min Steps in Infinite Grid](https://www.interviewbit.com/problems/min-steps-in-infinite-grid/)

#### Day 2
* [Single Number](https://leetcode.com/problems/single-number/#/description)
* [Single Number](https://www.interviewbit.com/problems/single-number/)
* [Length of Last Word Leetcode](https://leetcode.com/problems/length-of-last-word/#/description)
* [Length of Last Word Interviewbit](https://www.interviewbit.com/problems/length-of-last-word/)

#### Day 3
* [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/#/description)
* [Remove Element](https://leetcode.com/problems/remove-element/#/description)

#### Day 4
* [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/#/description)
* [Happy Number](https://leetcode.com/problems/happy-number/#/description)

#### Day 5
* [Add One To Number](https://www.interviewbit.com/problems/add-one-to-number/)
* [Palindrome String](https://www.interviewbit.com/problems/palindrome-string/)

#### Day 6
* [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/#/description)
* [Find the Second Largest Number](https://www.hackerrank.com/challenges/find-second-maximum-number-in-a-list?utm_campaign=challenge-recommendation&utm_medium=email&utm_source=7-day-campaign)

#### Day 7
* [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/#/description)
* [Valid Anagram](https://leetcode.com/problems/valid-anagram/#/description)

#### Day 8
* [Number of 1 Bits](https://www.interviewbit.com/problems/number-of-1-bits/)
* [Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/#/description)

#### Day 9
* [Find the Difference](https://leetcode.com/problems/find-the-difference/#/description)
* [Arranging Coins](https://leetcode.com/problems/arranging-coins/#/description)

#### Day 10
* [Ransom Note](https://leetcode.com/problems/ransom-note/#/description)
* [Max Sum Contiguous Subarray](https://www.interviewbit.com/problems/max-sum-contiguous-subarray/)
* [Maximum Subarray](https://leetcode.com/problems/maximum-subarray/#/description)