cs-interview-questions icon indicating copy to clipboard operation
cs-interview-questions copied to clipboard

Personal Solutions to Interview Questions

CS Interview Practice

License build Twitter Follow

This is a collection of my personal solutions to practice interview questions. The repository is built using Gradle for continuous integration and delivery.

CodeEval

  • Site: https://www.codeeval.com/
  • My Profile: https://www.codeeval.com/profile/jaredsburrows/
  • My Solutions: java/src/main/java/codeeval

Codingbat

  • Site: https://codingbat.com
  • My Solutions: java/src/main/java/codingbat

Cracking The Code Interview

  • Site: https://www.careercup.com/book
  • Github: https://github.com/gaylemcd/ctci
  • My Solutions: java/src/main/java/crackingthecode

LeetCode

  • Site: https://leetcode.com/
  • My Solutions: java/src/main/java/leetcode

Project Euler

  • Site: https://projecteuler.net/
  • My Solutions: java/src/main/java/projecteuler
  • My Profile:

Common Questions

  • My Solutions: java/src/main/java/questions

StackOverflow

  • Site: https://www.stackoverflow.com/
  • My Profile:

Others resources used

  • https://www.bigocheatsheet.com/
  • https://www.leetcode.com/
  • https://www.programcreek.com/
    • https://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/
  • https://www.geeksforgeeks.org/
  • https://www.glassdoor.com/
  • https://www.hackerrank.com/
  • https://www.topcoder.com/

Languages used

  • C - c/src/main/c
  • C++ - cpp/src/main/cpp
  • Java - java/src/main/java
  • Kotlin - java/src/main/kotlin
  • Python - python/src/main/python
  • Groovy - java/src/test/groovy

Testing frameworks used

  • CUnit - (https://cunit.sourceforge.net/) for C
  • GTest - (https://github.com/google/googletest) for C++
  • Spock - (https://github.com/spockframework/spock) for Java
  • Spek - (https://github.com/spekframework/spek) for Kotlin

License

Copyright (C) 2015 Jared Burrows

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.