tomalhossain
I am roughly equal parts coder, researcher, and coder. I love interdisciplinary work just as much as vanilla programming or composition.
New York, NY
Pinned Repositories
Heuristic-Search
A program that can perform several types of state space searches to solve a sliding puzzle
closest-pairs
A Java program that utilizes the divide-and-conquer paradigm to find the closest pair of points in a set of points in a given 2-D plane.
haxxor-news
A mock link aggregator app based off of Y-combinator's well esteemed site,"Hacker News", built mostly for self-educational purposes.
shortest-paths
Implements Dijkstra's algorithm within a grid of cells containing vertices.
sliding-puzzle
A program that solves a 4x4 sliding puzzles with the option of using one of several fundamental state space searches.
voice-gender-classification
A set of coordinated visualizations using D3 (dc framework) visualizing data regarding the classification of vocal samples by gender.
word-count
Implements a map from keys to integer counts using somthing similar to Iacono's working set structure.
tomalhossain's Repositories
tomalhossain/closest-pairs
A Java program that utilizes the divide-and-conquer paradigm to find the closest pair of points in a set of points in a given 2-D plane.
tomalhossain/voice-gender-classification
A set of coordinated visualizations using D3 (dc framework) visualizing data regarding the classification of vocal samples by gender.
tomalhossain/haxxor-news
A mock link aggregator app based off of Y-combinator's well esteemed site,"Hacker News", built mostly for self-educational purposes.
tomalhossain/shortest-paths
Implements Dijkstra's algorithm within a grid of cells containing vertices.
tomalhossain/sliding-puzzle
A program that solves a 4x4 sliding puzzles with the option of using one of several fundamental state space searches.
tomalhossain/word-count
Implements a map from keys to integer counts using somthing similar to Iacono's working set structure.