Posts

Solving Linked List Questions | Algoexpert

In computer science, a linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence.

Just Pandas Things

This post isn't a friendly tutorial for beginners, but a friendly introduction to pandas weirdness. 1) pandas is column-major, which is why row-based operations are slow 2) SettingWithCopyWarning, or why we can't have nice things 3) Indexing and slicing 4) Accessors 5) Data exploration 6) Common pitfalls

R Programming - Training Ensemble Models with Full CPU Cores

R supports parallel computations with the core parallel package. What the doParallel package does is provide a backend while utilizing the core parallel package. The caret package is used for developing and testing machine learning models in R. This package as well as others like plyr support multicore CPU speedups if a parallel backend is registered before the supported instructions are called.

Solving SQL Problems

SQL questions from Leetcode

Solving Recursion Problems - AlgoExpert

AlgoExpert is a paid platform where software engineers can practice technical interview questions. The team picked 90 common data structures, algorithms, and problem-solving questions that span 14 categories and 5 difficulty levels. Users can write in 7 different languages, using an in-browser coding window to write and run code.

Solving Stacks Problems - AlgoExpert

AlgoExpert is a paid platform where software engineers can practice technical interview questions. The team picked 90 common data structures, algorithms, and problem-solving questions that span 14 categories and 5 difficulty levels. Users can write in 7 different languages, using an in-browser coding window to write and run code.

Solving Array-List Problems - AlgoExpert

AlgoExpert is a paid platform where software engineers can practice technical interview questions. The team picked 90 common data structures, algorithms, and problem-solving questions that span 14 categories and 5 difficulty levels. Users can write in 7 different languages, using an in-browser coding window to write and run code.