Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Interview Helper

A series of Java classes that help with interview revision, covering areas such as algorithms, graphs, trees and collections. Just to be clear, these are not designed for production use, they should only be used for revision and educational purposes.

Recently, a friend and I got into a discussion about this subject at work, in no other industry is there such a discrepancy between what you'll be asked to do in an interview, and what you'll be asked to work on upon arrival.

I think it's such a shame that this divide exists, and it basically means that we all have to revise on algorithms before interviewing. This project should be read along with the following page on my website:

These are specifically designed to work with only core Java.

Whats in this project:

  • Graph based depth first traversal
  • Graph based breadth first traversal
  • Very simple linked list implementation
  • Sorting using quickSort and bubbleSort

About

This repo is designed to help out with algorithm questions usually asked at interviews.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages