Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Python - Remove nested records from tuple
Sometimes, while working with records, we can have a problem in which an element of a record is another tuple records and we might have to remove the nested records. This ...
Read More
Python
Python Programs
Python tuple-programs
Python - AND operation between Tuples
Sometimes, while working with records, we might have a common problem of performing AND operation contents of one tuple with corresponding index of other tuple. This has a...
Read More
Python
Python Programs
Python tuple-programs
Multiple Inheritance in Python
Inheritance is the mechanism to achieve the re-usability of code as one class(child class) can derive the properties of another class(parent class). It also provides trans...
Read More
Python
Picked
python-inheritance
Python-OOP
Minimum changes required to make all element in an array equal
Given an array of length N, the task is to find minimum operation required to make all elements in the array equal.Operation is as follows:Replace the value of one element...
Read More
Greedy
Mathematical
DSA
Arrays
How to Install Ulauncher in Ubuntu?
Ulauncher is a fast app launcher which allows searching app and files by pressing hotkeys. Ulauncher is written in Python with GTK+. Below are some Ulauncher app launcher ...
Read More
Linux-Unix
how-to-install
Count number of increasing sub-sequences : O(NlogN)
Given an array arr[] of length N, the task is to find the number of strictly increasing sub-sequences in the given array.Examples:Input: arr[] = {1, 2, 3}Output: 7All incr...
Read More
Dynamic Programming
Advanced Data Structure
DSA
Arrays
subsequence
Segment-Tree
How to apply multiple transform property to an element using CSS ?
There is a variety of procedures to apply multiple transform property in an element. In this article we will discuss the easiest and popular ones. In the 1st method we wil...
Read More
Web Technologies
Picked
CSS
CSS-Misc
Remove minimum numbers from the array to get minimum OR value
Given an array arr[] of N positive integers, the task is to find the minimum number of elements to be deleted from the array so that the bitwise OR of the array elements g...
Read More
DSA
Bitwise-OR
Counter Type in Cassandra
In this article, we will discuss how to create counter type column in Cassandra and what are the restriction while using the counter column as a data type into the table a...
Read More
DBMS
Apache
String Slicing in Python
String slicing in Python is a way to get specific parts of a string by using start, end and step values. It’s especially useful for text manipulation and data parsing.Let’...
Read More
Python
Picked
python-string
How to set timeout for ajax by using jQuery?
In web programming, the Ajax is used so that the resultant data is shown in the one part of the web page, without reloading the page. The user needs to perform the Ajax re...
Read More
Web Technologies
Picked
JQuery
jQuery-Misc
Smallest number dividing minimum number of elements in the Array
Given an array arr[] of N integers, the task is to find the smallest number that divides the minimum number of elements from the array.Examples:Input: arr[] = {2, 12, 6}Ou...
Read More
DSA
Number Divisibility
Top 7 Database You Must Know For Software Development Projects
A database is just like a room in an office where all the files and important information can be stored related to a project. Every company needs a database to store and o...
Read More
GBlog
Java Program to check the validity of a Password using User Defined Exception
Password checker program basically checks if the password is valid or not based on password policies mention below: Password should not contain any space. Password s...
Read More
Java
How to select a div with a certain class using jQuery ?
Given a HTML document containing many div element with classes. Here the task is to select a div with a certain class, that doesn't have another class. There are two appro...
Read More
JQuery
jQuery-Misc
1
...
9147
9148
9149
...
12077