Pinned Repositories
algorithms-archive
The C++ algorithms and data structures classes implementation
API-Security-Checklist
Checklist of the most important security countermeasures when designing, testing, and releasing your API
cpp-design-pattern
Design pattern classes for who want to adopt to C++ code
google-interview-university
A complete daily plan for studying to become a Google software engineer.
InthraOnsap-Carabiner
Carabiner - Assets management library for Laravel framework
reactive-programming-scala
scala-conc-tree
Intermediate balanced tree data structure for parallel processing in Scala.
scala-sample-parallel-utility-functions
A sample code implementation for merge sort, map, reduce, fold and scan in parallel scheme
signal
Signal is Scala's alternative observer implementation to replace Pub/Sub pattern.
tictactoe-minimax-algorithm
TicTacToe Console Game - Minimax & Alpha-Beta Pruning algorithm Implementation
inthra-onsap's Repositories
inthra-onsap/InthraOnsap-Carabiner
Carabiner - Assets management library for Laravel framework
inthra-onsap/tictactoe-minimax-algorithm
TicTacToe Console Game - Minimax & Alpha-Beta Pruning algorithm Implementation
inthra-onsap/algorithms-archive
The C++ algorithms and data structures classes implementation
inthra-onsap/API-Security-Checklist
Checklist of the most important security countermeasures when designing, testing, and releasing your API
inthra-onsap/cpp-design-pattern
Design pattern classes for who want to adopt to C++ code
inthra-onsap/google-interview-university
A complete daily plan for studying to become a Google software engineer.
inthra-onsap/reactive-programming-scala
inthra-onsap/scala-conc-tree
Intermediate balanced tree data structure for parallel processing in Scala.
inthra-onsap/scala-sample-parallel-utility-functions
A sample code implementation for merge sort, map, reduce, fold and scan in parallel scheme
inthra-onsap/signal
Signal is Scala's alternative observer implementation to replace Pub/Sub pattern.
inthra-onsap/spark-in-docker
Spawn spark cluster in docker container for running in local machine
inthra-onsap/sudoku-backtracking-algorithm
Sudoku solver program (backtracking algorithm)