Pinned Repositories
spark
Apache Spark - A unified analytics engine for large-scale data processing
cpython
The Python programming language
GenerateDataSet
This a simple C++ file which generates a list of integer pairs that are used for Serial and Parallel Implementation of BFS
jumper
A bash script to set up your shiny new mac
leetcodely
Solutions to Common Algorithms and Data Structures Problems in Multiple Languages
parallel-breadth-first-search
This project is the first in the series of Parallel Breadth First Search implementation using NVIDIA CUDA 7.5. The algorithm is completely parallel but has a quadratic complexity.
paws
An AWS utility written in python to log into the AWS console
serial-breadth-first-search
This is a naive serial implementation of Breadth First Search
soumasish
vimify
A quick guide to common vim commands
soumasish's Repositories
soumasish/leetcodely
Solutions to Common Algorithms and Data Structures Problems in Multiple Languages
soumasish/cpython
The Python programming language
soumasish/GenerateDataSet
This a simple C++ file which generates a list of integer pairs that are used for Serial and Parallel Implementation of BFS
soumasish/jumper
A bash script to set up your shiny new mac
soumasish/parallel-breadth-first-search
This project is the first in the series of Parallel Breadth First Search implementation using NVIDIA CUDA 7.5. The algorithm is completely parallel but has a quadratic complexity.
soumasish/paws
An AWS utility written in python to log into the AWS console
soumasish/serial-breadth-first-search
This is a naive serial implementation of Breadth First Search
soumasish/soumasish
soumasish/vimify
A quick guide to common vim commands
soumasish/spark
Mirror of Apache Spark
soumasish/stanford-cs161-algorithms-specialization-coursera
MOOC version of Stanford CS 161
soumasish/storm
Mirror of Apache Storm