vinaykhatri
Vinay Khatri

I am a Full Stack Developer with a Bachelor's Degree in Computer Science, who also loves to write technical articles that can help fellow developers.

vinaykhatri
Vinay Khatri 29 March, 2022

Maximum Units

Problem You have to place a number of boxes into the truck. You are given a 2D array where each …

vinaykhatri
Vinay Khatri 29 March, 2022

Missing Numbers

Problem Given an integer array in which all numbers occur twice except 2. Find those two numbers…

vinaykhatri
Vinay Khatri 29 March, 2022

Monotonic Array

Problem Given an array. Check if it is monotonic increasing or decreasing. An array is monotonic…

vinaykhatri
Vinay Khatri 25 March, 2022

Add elements of two arrays into a new array

Problem Given two arrays of positive integers, add their elements into a new array. You should a…

vinaykhatri
Vinay Khatri 23 March, 2022

11+ Best Python Libraries Every Developer Must Know in 2026

Python is one of the trending programming languages with rapid growth in Artificial Intelligence an…

vinaykhatri
Vinay Khatri 16 March, 2022

Pass by Reference vs Pass by Pointer in C++

Pass by reference and pass by pointer are the two popular ways of passing variables to a function i…

vinaykhatri
Vinay Khatri 1 March, 2022

Python Programs to Print Pattern – Print Number, Pyramid, Star, Trian…

Printing patterns using Programming languages is one of the most common interview problems. In this…

vinaykhatri
Vinay Khatri 1 March, 2022

Polymorphism in Python with Examples

Object-Oriented Programming has four basic features, Inheritance, Data Abstraction, Data Encapsulat…

vinaykhatri
Vinay Khatri 1 March, 2022

Python random sample() function to Choose Multiple Unique from any Se…

This Python tutorial will discuss how to use the Python random.sample() function to choose mul…

vinaykhatri
Vinay Khatri 1 March, 2022

How to Convert Seconds to hh:mm:ss in Python?

While Programming or writing script, we come across the situation where we need to convert the give…

vinaykhatri
Vinay Khatri 24 February, 2022

Python Object-Oriented Programming Exercise - Classes and Objects Exe…

Being an object-oriented programming language, Python supports OOP concepts - class, objects, inher…

vinaykhatri
Vinay Khatri 24 February, 2022

Python PostgreSQL Tutorial Using Psycopg2

PostgreSQL is one of the popular Relational Database Management Systems. It is a simple RDBMS with …