challenges icon indicating copy to clipboard operation
challenges copied to clipboard

TopCoder, Sphere Online Judge, Google Code Jam, Project Euler, Sedgewick's Algorithms, ...

challenges

Introduction

Solutions and assorted through whilst working through textbooks, online problems, and random ideas.

Contents

  • clrs: Implementation of material from Introduction to Algorithms by CLRS in Java.
  • cracking: Implementation of material from Cracking the Coding Interview by Laakmann in Java.
  • exposed: Implementation of material and associated thoughts from Programming Interviews Exposed by Mongan et. al. in Java.
  • googlecodejam: Solutions to Google Code Jam problems in Python and Scala.
  • pearls: Implementation of material and associated thoughts from Programming Pearls by Jon Bentley in Java.
  • projecteuler: Test-driven solutions to Project Euler in Scala.
  • sedgwick: Work and toys derived from Algorithms by Sedgwick in Java.
  • spoj: Sphere Online Judge problems in Python and Scala.
  • topcoder: Solutions to TopCoder problems in Java and Python.