All Projects → vinta → Fuck Coding Interviews

vinta / Fuck Coding Interviews

Licence: mit
How on earth can I ever think of a solution like that in an interview?!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fuck Coding Interviews

Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-66.16%)
Mutual labels:  algorithms, data-structures, interview, leetcode, interview-preparation, coding-interviews
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (-45.69%)
Mutual labels:  algorithms, data-structures, interview, interview-preparation, coding-interviews, hackerrank
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+7.33%)
Mutual labels:  algorithms, data-structures, interview, leetcode, interview-preparation, hackerrank
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (-67.67%)
Mutual labels:  algorithms, data-structures, interview, leetcode, interview-preparation
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+11726.51%)
Mutual labels:  algorithms, interview, leetcode, interview-preparation, coding-interviews
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (-57.76%)
Mutual labels:  algorithms, data-structures, interview, interview-preparation, coding-interviews
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+571.77%)
Mutual labels:  algorithms, data-structures, interview, leetcode, interview-preparation
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+254.96%)
Mutual labels:  algorithms, interview, leetcode, interview-preparation, coding-interviews
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (+11.85%)
Mutual labels:  algorithms, data-structures, leetcode, interview-preparation, coding-interviews
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-83.62%)
Mutual labels:  algorithms, data-structures, interview, interview-preparation, coding-interviews
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-73.71%)
Mutual labels:  algorithms, data-structures, leetcode, interview-preparation, coding-interviews
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+44050.65%)
Mutual labels:  algorithms, data-structures, interview, interview-preparation, coding-interviews
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-68.97%)
Mutual labels:  algorithms, interview, leetcode, hackerrank
Coding Problems
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
Stars: ✭ 2,221 (+378.66%)
Mutual labels:  algorithms, data-structures, interview, leetcode
coding-interview-guide
A systematic coding interview guide
Stars: ✭ 76 (-83.62%)
Mutual labels:  interview, data-structures, coding-interviews, interview-preparation
Datastructures Algorithms
The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
Stars: ✭ 2,105 (+353.66%)
Mutual labels:  algorithms, data-structures, leetcode, interview-preparation
Javascript Algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Stars: ✭ 133,406 (+28651.29%)
Mutual labels:  algorithms, data-structures, interview, interview-preparation
Coding-Interview-101
Solutions to LeetCode problems filtered with companies, topics and difficulty.
Stars: ✭ 21 (-95.47%)
Mutual labels:  leetcode, interview, coding-interviews, interview-preparation
Stl cheat sheets
C++ STL Cheat Sheets.
Stars: ✭ 293 (-36.85%)
Mutual labels:  interview, leetcode, interview-preparation, hackerrank
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-95.69%)
Mutual labels:  leetcode, interview, hackerrank, interview-preparation

fuck-coding-interviews

build coverage

This repository is created by an awkward programmer who always struggles with coding problems on LeetCode, even with some Easy questions.

How on earth can I ever think of a solution like that in an interview?!

I'm working on implementing common Algorithms and Data Structures in Python (with test cases, of course), as well as straightforward solutions to some problems from LeetCode and HackerRank which I solved with frustration in mind.

Well, there are SO MUCH things to learn in Computer Science. I'm just a peasant who happens to write some crappy code for living.

This project requires Python 3.6 or higher.

No Whiteboards

Hiring Without Whiteboards

A list of companies (or teams) that don't do "whiteboard" interviews.

  • Discussing a real world problem (with or without whiteboard) is 👍
  • Solving CS trivia, technical puzzles, riddles, brainteasers (with or without whiteboard) is 👎

Contents

Tests

$ poetry install
$ poetry run pytest --benchmark-skip

If you don't use poetry, there is also a classic requirements-dev.txt file.

Bugs

If you find any bug or incorrect implementation in this repo, please let me know by opening an issue or pull request. Me and my cats would appreciate your help since they provide some random strings which are used in two of test cases.

Resources

Books

Websites

Repositories

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].