SF Algorithms Meetup
Every 2 weeks we explore algorithm puzzles in pairs or groups to build our understanding of Javascript. All levels of JS experience welcome!
Hack Reactor 944 Market St, SF
Pinned Repositories
BitTorrent
Cryptocurrency
Create your own Cryptocurrency!
Cryptography
RSA, Diffie-Hellman, Signing, asymmetric and symmetric keys
FuzzySearch
GeneticAlgorithms
Pathfinding
Dijkstra's Algorithm, A*
PreviousAlgorithms
Original algorithms meetup repo. Credit and thanks to https://github.com/MrNice & https://github.com/peterkhayes
RecommendationEngine
Recommend items based on similarity to other users' preferences.
SimulatedAnnealing
An optimization algorithm modeled on temperature physics!
TowersOfHanoi
Move all the rings from left to right; rings can't move onto smaller rings.
SF Algorithms Meetup's Repositories
AlgorithmsMeetup/PreviousAlgorithms
Original algorithms meetup repo. Credit and thanks to https://github.com/MrNice & https://github.com/peterkhayes
AlgorithmsMeetup/Cryptocurrency
Create your own Cryptocurrency!
AlgorithmsMeetup/Cryptography
RSA, Diffie-Hellman, Signing, asymmetric and symmetric keys
AlgorithmsMeetup/BitTorrent
AlgorithmsMeetup/GeneticAlgorithms
AlgorithmsMeetup/TowersOfHanoi
Move all the rings from left to right; rings can't move onto smaller rings.
AlgorithmsMeetup/FuzzySearch
AlgorithmsMeetup/kd-trees
AlgorithmsMeetup/RecommendationEngine
Recommend items based on similarity to other users' preferences.
AlgorithmsMeetup/HashingFunctions
Implementing hashing functions for bloom filters
AlgorithmsMeetup/NeuralNetworks
AlgorithmsMeetup/Pathfinding
Dijkstra's Algorithm, A*
AlgorithmsMeetup/RegularExpressions
AlgorithmsMeetup/SimulatedAnnealing
An optimization algorithm modeled on temperature physics!
AlgorithmsMeetup/HuffmanCodes
AlgorithmsMeetup/ImageProcessing
Filters, cropping, merging, etc.
AlgorithmsMeetup/Programming-Language
Make your own programming language
AlgorithmsMeetup/Sorting
Bubble, Merge, Quick, Radix
AlgorithmsMeetup/StringMatchingSearching
AlgorithmsMeetup/Autocomplete
AlgorithmsMeetup/DancingWithDataStructures
AlgorithmsMeetup/DancingWithDataStructures-PartTwo
AlgorithmsMeetup/GetAllPrimes
AlgorithmsMeetup/Performance-and-Optimization
Handy tools and techniques to get you started with JS performance and optimization
AlgorithmsMeetup/RobotPaths
How many routes are there to traverse a grid?
AlgorithmsMeetup/HouseParty
AlgorithmsMeetup/MatchingAlgs
AlgorithmsMeetup/MineSweeper
AlgorithmsMeetup/MiniMax
AlgorithmsMeetup/TimeComplexity