Open in app

Sign In

Write

Sign In

Tanishq Vyas
Tanishq Vyas

43 Followers

Home

About

Nov 21, 2022

All about git stash

A simple to understand step by step guide to understanding git stash Git is one of the must-have skills under one’s belt. Having a good grasp of the concepts of Git not only helps you effectively manage your changes but also improves the overall productivity and workflow. …

Git

5 min read

All about git stash
All about git stash
Git

5 min read


Nov 20, 2022

Making the perfect commit

Points to keep in mind to make the perfect commit As a developer, you might have sat someday pondering “What does a perfect commit look like?” If yes, then this article is for you! Please bear in mind that these are solely my views. These may differ from developer to…

Commit

6 min read

Making the perfect commit
Making the perfect commit
Commit

6 min read


Jul 28, 2022

A glimpse of the Sound

An introduction to Spectrograms and Mel-spectrograms What is Sound? In essence, the sound is a signal. A signal is nothing more than the variation of a certain quantity over time. In the case of sound, the quantity is air pressure. Sound is essentially a vibration that propagates through a medium thus causing a…

Spectrogram

3 min read

A glimpse of the Sound
A glimpse of the Sound
Spectrogram

3 min read


May 4, 2021

Segment Tree

A comprehensive introduction to Segment Tree 1. What is a Segment Tree? Let’s say we have an array A of size N. A segment of the array is a contiguous part of an array in form A[i : j] such that 0 ≤ i ≤ j ≤ N-1. A segment tree is essentially a binary tree…

Segment Tree

5 min read

Segment Tree
Segment Tree
Segment Tree

5 min read


Nov 19, 2020

Dynamic Programming: Equal Sum Partition Problem

Dynamic Programming Problem #3 : Equal Sum Partition — Before starting up with the Equal Sum Partition Problem, I would highly recommend you to read this introduction to Dynamic Programming. Here I have covered the basic method on how to approach a DP based problem. We will be using the same concepts to solve the Equal Sum Partition Problem…

Dynamic Programming

3 min read

Dynamic Programming: Equal Sum Partition Problem
Dynamic Programming: Equal Sum Partition Problem
Dynamic Programming

3 min read


Nov 18, 2020

Dynamic Programming: Subset Sum Problem

Dynamic Programming Problem #2 : Subset Sum — Before starting up with the Subset Sum Problem, I would highly recommend you to read this introduction to Dynamic Programming. Here I have covered the basic method on how to approach a DP based problem. We will be using the same concepts to solve the Subset Sum problem. …

Dynamic Programming

5 min read

Dynamic Programming: Subset Sum
Dynamic Programming: Subset Sum
Dynamic Programming

5 min read


Nov 17, 2020

Dynamic Programming: 0–1 Knapsack

Dynamic Programming Problem #1 : 0–1 Knapsack — Before starting up with the Knapsack Problem, I would highly recommend you to read this introduction to Dynamic Programming. Here I have covered the basic method on how to approach a DP based problem. We will be using the same concepts to solve the Knapsack problem. With that being said…

Dynamic Programming

5 min read

Dynamic Programming: 0–1 Knapsack
Dynamic Programming: 0–1 Knapsack
Dynamic Programming

5 min read


Published in

The Startup

·Nov 17, 2020

Dynamic Programming

Getting started with Dynamic Programming — 1. What is Dynamic Programming ? In simple words, one can say that it is an optimization over plain recursion technique. This is achieved by reducing the number of recursive calls, either by storing the intermediate computed values or by deriving the final computation based on some kind of logical relation. …

Dynamic Programming

6 min read

Dynamic Programming
Dynamic Programming
Dynamic Programming

6 min read


Jun 21, 2020

Standard Template Library (STL) in C++ | Maps

Getting started with STL in C++ — What are Maps in STL ? Maps are nothing but a type of associative container which stores elements in the form of key-value pairs. For those of you who are familiar with python, you can think of maps like a dictionary in python. A key in map is used to uniquely identify the element and the…

C Plus Plus Language

4 min read

Standard Template Library (STL) in C++ | Maps
Standard Template Library (STL) in C++ | Maps
C Plus Plus Language

4 min read


Published in

The Startup

·Jun 19, 2020

Standard Template Library (STL) in C++ | Lists

Getting started with STL in C++ — The Standard Template Library (STL) is a very useful set of template classes containing various containers. One among these containers is Lists. Today we’ll be having a look at Lists in STL. …

Standard Template Library

4 min read

Standard Template Library (STL) in C++ | Lists
Standard Template Library (STL) in C++ | Lists
Standard Template Library

4 min read

Tanishq Vyas

Tanishq Vyas

43 Followers

Full-stack developer at Walmart Global Tech India

Following
  • Akash Hamirwasia

    Akash Hamirwasia

  • Alessandro Butler

    Alessandro Butler

  • joelbarmettlerUZH

    joelbarmettlerUZH

  • Sumanth Rao

    Sumanth Rao

  • Amankumarm

    Amankumarm

See all (10)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams