All Projects β†’ sastava007 β†’ Tech Interview Preparation

sastava007 / Tech Interview Preparation

A one stop solution to ace your next coding interview πŸ‘¨β€πŸ’»

Projects that are alternatives of or similar to Tech Interview Preparation

Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (+176.06%)
Mutual labels:  hacktoberfest, interview-questions, leetcode, coding-interviews
Competitive Programming
Hello Programmers πŸ’» , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-39.89%)
Mutual labels:  hacktoberfest, competitive-programming, beginner-friendly, leetcode
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (-85.11%)
Mutual labels:  leetcode, competitive-programming, hackerrank, interview-questions
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-35.11%)
Mutual labels:  competitive-programming, interview-questions, leetcode, coding-interviews
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (+34.04%)
Mutual labels:  competitive-programming, interview-questions, coding-interviews, hackerrank
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-16.49%)
Mutual labels:  interview-questions, leetcode, coding-interviews
Leetcode
Leetcode solutions
Stars: ✭ 2,894 (+1439.36%)
Mutual labels:  competitive-programming, leetcode, coding-interviews
Interview Preparations
This repository contains coding assessments and their solutions for various IT companies
Stars: ✭ 148 (-21.28%)
Mutual labels:  interview-questions, coding-interviews, hackerrank
Sde Interview Questions
Most comprehensive list πŸ“‹ of tech interview questions πŸ“˜ of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (+2775.53%)
Mutual labels:  hacktoberfest, interview-questions, coding-interviews
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (+146.81%)
Mutual labels:  leetcode, coding-interviews, hackerrank
Hacktoberfest
Opportunity to start open source and PR experience
Stars: ✭ 171 (-9.04%)
Mutual labels:  hacktoberfest, beginner-friendly, hackerrank
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-59.57%)
Mutual labels:  competitive-programming, interview-questions, coding-interviews
Dreamjob
DreamJob
Stars: ✭ 152 (-19.15%)
Mutual labels:  competitive-programming, interview-questions, coding-interviews
Coding-Interview-Challenges
This is a repo where I upload code for important interview questions written in Python, C++, and Swift
Stars: ✭ 13 (-93.09%)
Mutual labels:  leetcode, interview-questions, coding-interviews
Stopstalk Deployment
Stop stalking and start StopStalking πŸ˜‰
Stars: ✭ 276 (+46.81%)
Mutual labels:  hacktoberfest, competitive-programming, hackerrank
Coding-Interview-101
Solutions to LeetCode problems filtered with companies, topics and difficulty.
Stars: ✭ 21 (-88.83%)
Mutual labels:  leetcode, interview-questions, coding-interviews
datastructures-and-algorithms
Repository for studying/practicing Data Structures, Algorithms and Code Interview Problems.
Stars: ✭ 30 (-84.04%)
Mutual labels:  leetcode, hackerrank, coding-interviews
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+776.06%)
Mutual labels:  interview-questions, leetcode, coding-interviews
Must-Do-Coding-Questions-for-Companies
Must Do Coding Questions for Companies like Amazon, Microsoft, Adobe, etc. It also help to crack the technical inteviews.
Stars: ✭ 28 (-85.11%)
Mutual labels:  leetcode, interview-questions, coding-interviews
CodingInterview
Solutions to Leetcode, CareerCup Coding problems
Stars: ✭ 64 (-65.96%)
Mutual labels:  leetcode, interview-questions, coding-interviews

What's Inside?

The repository contains solutions to various coding interview problems extracted from websites like Hackerrank, Hackerearth, Codechef, Geeks For Geeks, Hackerblocks and Codeforces. I've tried to provide the detailed solution and the intution behind it through comments. These questions are classical problems that are most frequently asked by the tech giants in technical interviews and are not related to hard core competitive coding. All the code provided inside the repository is purely original and completely my own.

These interview questions are real, they are not pulled out of computer science textbooks. They reflect what's truly being asked at the top companies, so that you can be as prepared as possible.

Topics Covered

  1. Fundamentals of STL
  2. Array
  3. Stack/Queue
  4. Linked List
  5. Binary Tree & BST
  6. Bit Manipulation
  7. Binary Search
  8. Graph [DFS, BFS, Topological Sorting]
  9. Divide & Conquer
  10. Mathematics
  11. Number Theory
  12. Recursion & Backtracking
  13. Segment Trees

Till now I have covered all the above mentioned topics & looking forward to get more done by the mid of the year.

How to contribute?

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

When to contribute?

  1. If there is no solution to a problem in the main branch.
  2. If your solution is asymptotically faster than the one in the main branch.
  3. If your algorithm is of the same time complexity but with reduced code size. In this case, comment out the original solution and make a pull request with your solution.
  4. If you have another method of solving the problem which is asymptotically slower than the original method then, comment your solution in the main file and make a pull request.

Who am I & why I'm doing this?

So before you start judging me, let me give a brief introduction about myself. I'm a computer science sophomore at the Indian Institute of Information Technology(IIIT), Gwalior who's primarily interested into software development & open source contributions. But to crack the technical interviews of these product based companies you need something more than building web applications i.e good knowledge of DSA and computer science fundamentals.

Though I admit that this repo is not yet complete and need major refactoring which I'll be doing one day in the foreseeable future once I'm done with these coding problems. Till then feel free to contribute and let the community grow. Constructive criticisms or code reviews of any kind are very much welcome.

If you have any doubts about the solutions, you can feel free to contact me [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].