Pinned Repositories
bankscrape
Web Scrapers for Financial Institutions
Carnections
CarnectionsRewriteDump
Completed-Cognilytics-todoChallenge
Completed Cognilytics todoChallenge - Add clone button
Fall14-ObjOrientedProg-Commands-D-D
Basic turn-based role playing game using the Command design pattern
Fall14-ObjOrientedProg-FilteringWithStrategies
A composite filter by various attributes like name, gender, age. Capable of complex filtering, combining attributes with logical AND and OR operators to an arbitrary level of complexity. Uses the Strategy deesign pattern
Fall14-ObjOrientedProg-FinalProject-DesignPatterns-RPG
A turn based role playing game with a basic GUI. Utilizes many design patterns: Actor, Command, Factory, Strategy, and some composite patterns.
Fall14-ObjOrientedProg-Singleton-Interfaces-IHCPatientRecordMatching
IHC patient record matching using the Singleton design pattern for a directory of patients. Also uses many interfaces
Fall14-TravellingSalesmanProblem-SimulatedAnnealing-BranchAndBound
Implementation of the optimization meta-heuristic, "Simulated Annealing" to solve the travelling salesman problem for a large set of points. Includes cool visualization of the best route found so far as the algorithm progresses
Fall15-MultiAgent-Auctions-MultiUnitVickrey
Basic implementation of a multi-unit Vickrey auction and comparison of a few bidding strategies
rehpotsirhc's Repositories
rehpotsirhc/Fall14-TravellingSalesmanProblem-SimulatedAnnealing-BranchAndBound
Implementation of the optimization meta-heuristic, "Simulated Annealing" to solve the travelling salesman problem for a large set of points. Includes cool visualization of the best route found so far as the algorithm progresses
rehpotsirhc/Fall14-ObjOrientedProg-FinalProject-DesignPatterns-RPG
A turn based role playing game with a basic GUI. Utilizes many design patterns: Actor, Command, Factory, Strategy, and some composite patterns.
rehpotsirhc/Fall15-MultiAgent-Auctions-MultiUnitVickrey
Basic implementation of a multi-unit Vickrey auction and comparison of a few bidding strategies
rehpotsirhc/bankscrape
Web Scrapers for Financial Institutions
rehpotsirhc/Carnections
rehpotsirhc/CarnectionsRewriteDump
rehpotsirhc/Completed-Cognilytics-todoChallenge
Completed Cognilytics todoChallenge - Add clone button
rehpotsirhc/Fall14-ObjOrientedProg-Commands-D-D
Basic turn-based role playing game using the Command design pattern
rehpotsirhc/Fall14-ObjOrientedProg-FilteringWithStrategies
A composite filter by various attributes like name, gender, age. Capable of complex filtering, combining attributes with logical AND and OR operators to an arbitrary level of complexity. Uses the Strategy deesign pattern
rehpotsirhc/Fall14-ObjOrientedProg-Singleton-Interfaces-IHCPatientRecordMatching
IHC patient record matching using the Singleton design pattern for a directory of patients. Also uses many interfaces
rehpotsirhc/Fall14-ObjOrientedProg-UnitTesting
An example of unit testing
rehpotsirhc/Fall14-SpLangProc-DocumentSimilarity
Uses the Vector Space Model, tf idf, and cosine similarity to compare the similarity of documents.
rehpotsirhc/Fall14-SpLangProc-DynamicTimeWarping-LED-SpellChecking
Implementation of the Dynamic Time Warping algorithm, the LED algorithm, and a comarison of their performances on spell checking
rehpotsirhc/Fall14-SpLangProc-LevenshteinEditDistance-Spellchecking
Implementation of the Levenshtein minimum edit distance for string comparisons. Used for spell checking
rehpotsirhc/Fall14-SpLangProc-nGrams
computes nGrams and uses them to determine likelyhood of occurence of a string of words from a corpus
rehpotsirhc/Fall15-MultiAgent-Voting-Slater-Borda-MajorityGraph
Implementation of Slater and Borda voting protocols with random preferences or user-entered preferences. Prints majority graph of preferences and results of the voting
rehpotsirhc/Fall15-MultiAgent-Wormy-CentralvsAgentControl
A game where you control a worm on a board. Eat apples to gain points and avoid the walls, other worms, and your tail. Single player, multiplayer, play against a computer, or watch some computers compete against themselves! There are two AIs for the computer, one is a centralized control and the other is agent based.
rehpotsirhc/rehpotsirhc.github.io
rehpotsirhc/Sp15-AdvancedAlgorithms-CodingChallenges
Implementation of various algorithms, mostly from http://codeforces.com and https://www.codechef.com. See my profile on these websites: http://codeforces.com/profile/rehpotsirhc and https://www.codechef.com/users/rehpotsirhc
rehpotsirhc/Sp16-CodeEvalChallenges
Implementation of various algorithms from the coding challenges on Code Eval. See my profile: https://www.codeeval.com/profile/rehpotsirhc/