Skip to content
ephekt edited this page Apr 26, 2012 · 2 revisions

Some new questions I want to write up quick solutions for... and ideally in languages I don't always use.

  • Reverse a singly-linked list
  • Give a large text file, with a word on each line, describe an approach to count the number of occurrences for each word
  • Given a string of words separated by whitespace, define a function that returns a string of these same words with each word reversed
  • Code a SMA Simple Moving Average calculator

Clone this wiki locally