Bruce Ediger's repositories
interviewquestions
Links to my interview question repos
binary_tree
Consolidated binary tree interview questions
self-replicating-programs
Assorted self replicating programs: python, bash, php, m4, perl, awk, gpp
cryptoquip-solver
Try to solve newspaper "cryptoquip" monoalphabetic substitution cipher puzzles
jobscheduler
Job scheduler interview question
linked_lists
Linked list interview questions and puzzles in Go
smtphoneypot
SMTP honey pot, waste some spammer's time and efforts
balancedice
A puzzle solved by backtracking
circumlunar
Wernher von Braun's circumlunar manned probe investigated
dividedpalindromes
coding problem involving concatenating strings to find palindromes
enigmalike
encryption in the style of WW2 Enigma Machine, but not exactly
gcfiles
Test that Go runtime closes open file descriptors during garbage collection
groundtrack
ground track of a 1075 mile high, 66.5 degree inclined, circular orbit via symplectic numerical integration
guncontrol
Marksman A hits a target 75% of the time, B 25%. When they both shoot and one hits the target, who is it?
k-means-clustering
k-means clustering, but only for the esthetic effects
reverse-words
programming job interview question about reversing order of words in space-separated string
sudoku-solver-2
Another Sudoku solver