Pinned Repositories
analysis-algorithms
Big-O Notation, DP, LP, Graphs, NP-Completeness
avl-tree
An implementation of the AVL Tree data structure
bayesopt
Optimal Asset Distribution based on Bayesian Optimization
computational-finance
constraint-satisfaction
Search and Domain Reduction
httpcomponents-client
Mirror of Apache HttpClient
Line-Integral-Convolution
A 2D flow visualization technique.
minimax-algorithm
Python implementation of Peter Norvig's "Paradigms of Artificial Intelligence Programming" othello program
numerical-recipes
Implementations of various numerical algorithms
projectx
Python package for planning, scheduling, analyzing and monitoring large and complex projects
IvanHalim's Repositories
IvanHalim/analysis-algorithms
Big-O Notation, DP, LP, Graphs, NP-Completeness
IvanHalim/avl-tree
An implementation of the AVL Tree data structure
IvanHalim/bayesopt
Optimal Asset Distribution based on Bayesian Optimization
IvanHalim/computational-finance
IvanHalim/constraint-satisfaction
Search and Domain Reduction
IvanHalim/httpcomponents-client
Mirror of Apache HttpClient
IvanHalim/Line-Integral-Convolution
A 2D flow visualization technique.
IvanHalim/minimax-algorithm
Python implementation of Peter Norvig's "Paradigms of Artificial Intelligence Programming" othello program
IvanHalim/numerical-recipes
Implementations of various numerical algorithms
IvanHalim/projectx
Python package for planning, scheduling, analyzing and monitoring large and complex projects
IvanHalim/jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
IvanHalim/language-fundamentals
Syntax, grammars, semantics, types, scope and parameter passing
IvanHalim/metaheuristic
Optimization techniques such as Simulated Annealing, Ant Colony and Genetic Algorithm
IvanHalim/operating-systems
BASH, pthread, mutex, processes and sockets
IvanHalim/priority-queue
Implementing the Priority Queue abstract data type using an array representation of a binary heap
IvanHalim/r-statistics
R for Statistical Analysis
IvanHalim/sort-search
A collection of O(nlog(n)) sorting algorithms and the Binary Search Algorithm
IvanHalim/tensorflow-core
Understanding Tensorflow's low level API
IvanHalim/terraform-aws-bake-ami-shared-resources
A terraform module which provisions shared (across-services) resources required by https://github.com/traveloka/terraform-aws-bake-ami
IvanHalim/TSP-solver