Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tapishr/interview-prep
https://github.com/tapishr/interview-prep
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tapishr/interview-prep
- Owner: tapishr
- Created: 2017-04-04T21:26:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T11:26:09.000Z (over 7 years ago)
- Last Synced: 2024-10-24T22:15:06.417Z (about 2 months ago)
- Language: C++
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)