-
Research: My two cents
These are the nuggets of wisdom I found in the corners of internet while doing my own stint of research. Enjoy.
-
DSA Templates (Java)
These are java code templates based on most common datastructures and algorithm problems.
-
Pythonic Templates
A collection of code templates for common patterns in data structures and algorithms
-
Dynamic Programming
Setting up the foundations of Dynamic programming along with a generic framework to disintegrate the problem into components
-
Deep Learning
A curated list of resources for a comprehensive understanding of deep learning.
-
The Beauty of LaTeX
When was the first time you had to use LaTeX? If you are like most people, it was probably suddenly forced upon you during your first math or CS class where you had to start writing proofs, with minimal guidance on how to get started. Unfortunately, this meant that while many people have good operational knowledge of LaTeX, there are still many small mistakes and best practices which are not followed, which are not corrected by TAs as they are either not severe enough to warrant a note, or perhaps even the TAs themselves are not aware of them.
In this post, we cover some common mistakes that are made by LaTeX practitioners (even in heavily cited papers), and how to address them. -
Java Collections
A brief reference for Java collections usecases.