Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
»
Recent posts
All posts from May 2019
N-Queens Problem- A type of Constraint Satisfactory Problem in Artificial Intelligence
30 MAY 2019 by
Monika Sharma
In this article, we are going to study a famous Constraint Satisfactory Problem of Artificial Intelligence. We will study what the N-Queen problem is, what set of constraints it has and how the agent works while keeping all these constraints satisfied, and how the goal state is reached by the agent?
Artificial Intelligence
Constraint Satisfactory Problem in Artificial Intelligence
30 MAY 2019 by
Monika Sharma
In this article, we will study what the constraint satisfactory problems are in the field of Artificial Intelligence, and what knowledge they require for finding the solution to any problem? We will also study about the various types of constraint satisfactory problems which are very popular when dealt with artificial Intelligent Agents.
Artificial Intelligence
Vacuum Cleaner Problem in Artificial Intelligence
30 MAY 2019 by
Monika Sharma
In this article, we are going to study about the vacuum cleaner problem in AI. What it is, what type of agent acts in this problem, what goals the agent in this problem has and how all the working takes place in solving this problem?
Artificial Intelligence
Interacting with forms and web pages using Node.js and Puppeteer – 3
30 MAY 2019 by
Godwill Tetah
Here, we are going to learn about the another powerful function of the puppeteer API using Node.js – commands for keystroke control and typing as we’ll normally do with an opened browser.
Node.js
Puppeteer API
Interacting with forms and web pages using Node.js and Puppeteer – 2
30 MAY 2019 by
Godwill Tetah
Here, we are going to learn about the another powerful function of the puppeteer API using Node.js – commands for keystroke control and typing as we’ll normally do with an opened browser.
Node.js
Puppeteer API
Interacting with forms and web pages using Node.js and Puppeteer – 1
30 MAY 2019 by
Godwill Tetah
Here, we are going to learn about the another powerful function of the puppeteer API using Node.js – commands for keystroke control and typing as we’ll normally do with an opened browser.
Node.js
Puppeteer API
C++ program to print Lucas series upto N terms
30 MAY 2019 by
Aditi S
Here, we are going to implement a C++ program to print Lucas series upto N terms.
C++ programs
C++ pattern/series programs
C program to print the number of subset whose elements have difference 0 or 1
30 MAY 2019 by
Bhawna Aggarwal
Here, we are going to learn how to print the number of subset whose elements have difference 0 or 1 using C program?
C programs
C array programs
C program to print box pattern using loops
30 MAY 2019 by
Bhawna Aggarwal
Here, we are going to implement a C program to print a box pattern of the numbers using loops.
C programs
C pattern printing programs
Best first search in Artificial Intelligence
29 MAY 2019 by
Monika Sharma
In this article, we are going to learn about the Best First search method used by the Artificial Intelligent agent in solving problems by the search. We will discuss what the best first search method is and what is the algorithm followed to implement it in intelligent agents?
Artificial Intelligence
Hill climbing search in Artificial Intelligence
29 MAY 2019 by
Monika Sharma
This article is all about the hill climbing in the heuristic search which is used in the field of AI for problem-solving using search techniques. We will learn about what the hill climbing search is and how it works, and also what algorithm it follows?
Artificial Intelligence
Take a screenshot from a particular section of a page using Node.js and Puppeteer API
29 MAY 2019 by
Godwill Tetah
In this article, we will learn how we can take a screenshot of a particular section of a page using Node.js and Puppeteer API?
Node.js
Puppeteer API
How to take a screenshot using Node.js and Puppeteer API (1)?
29 MAY 2019 by
Godwill Tetah
In this article, we will learn the first method how we can take a screenshot (screen capture) of a web page/website?
Node.js
Puppeteer API
Create PDF file from URL using Node.js and puppeteer API
29 MAY 2019 by
Godwill Tetah
In this article, we will learn to create PDF file from URL using Node.js and puppeteer API.
Node.js
Puppeteer API
Solving problem by searching in Artificial Intelligence
29 MAY 2019 by
Monika Sharma
In this article, we will study the searching approach of an agent to find a solution to the problem. We will also learn about the various search techniques used.
Artificial Intelligence
Water jug problem in Artificial Intelligence
29 MAY 2019 by
Monika Sharma
In this article, we will learn about the very popular problem dealt with Artificial Intelligence: the water jug problem. We will learn what this problem is, what set of rules were made to solve it, and what was the final set of rules in solving the problem?
Artificial Intelligence
Problem Solving in Artificial Intelligence
29 MAY 2019 by
Monika Sharma
In this article, you will study about the problem solving approach in Artificial Intelligence. You will learn how an agent tackles the problem and what steps are involved in solving it?
Artificial Intelligence
Important terms used while problem solving in Artificial Intelligence
29 MAY 2019 by
Monika Sharma
In this article, we will study the various terms that we come across while solving problems using Artificial Intelligence.
Artificial Intelligence
Introduction to PL / SQL in DBMS
29 MAY 2019 by
Anushree Goswami
PL/SQL Introduction: Here, we are going to learn about the PL/SQL, introduction to PL/SQL, features of PL/SQL, advantages and disadvantages of PL/SQL.
DBMS
PL/SQL
Views in Database Management Systems (DBMS)
29 MAY 2019 by
Anushree Goswami
DBMS Views: Here, we are going to learn about the views in Database Management Systems. What are the view, how views are helpful to see the data and how to create views in DBMS?
DBMS
PEAS based grouping of Agents in Artificial Intelligence
27 MAY 2019 by
Monika Sharma
PEAS based grouping of Agents in AI: In this article, we are going to learn about the grouping of agents which is done on a certain basis termed as PEAS. We will learn about this grouping system, what it stands for, and on what basis it does the grouping of the agents.
Artificial Intelligence
Classification of Environment in Artificial Intelligence
27 MAY 2019 by
Monika Sharma
Artificial Intelligence | Types of environment: In this article, we are going to learn about the different types of environment present for an agent (Artificial Intelligence Based Agent). We will also learn about the criteria of classification upon which these certain types of environment are defined.
Artificial Intelligence
Types of Agents in Artificial Intelligence
27 MAY 2019 by
Monika Sharma
Types of agents in artificial intelligence: In this article, you will learn about the types of agents and also learn on which basis such classification of the agents has been created?
Artificial Intelligence
How to break a foreach loop in PHP?
27 MAY 2019 by
Kongnyu Carine
PHP | Using break in a foreach loop: In this article, we are going to learn how to break a foreach loop in PHP programming?
PHP programming
PHP Examples
How to make text bold in PHP?
27 MAY 2019 by
Kongnyu Carine
Making text bold in PHP: In this article, we are going to learn how to bold text in PHP programming language?
PHP programming
PHP Examples
Python default parameters
27 MAY 2019 by
Ankit Rai
Default parameters in Python: Here, we are going to learn about the default parameters in Python with example.
Python
Artificial Intelligence based Agent
26 MAY 2019 by
Monika Sharma
In this article, we will learn about the artificial intelligence based agent, how it seeks information from its surroundings and how it interacts with it? Also, we will learn the characteristics of an agent and what problems were traditionally faced while designing an agent.
Artificial Intelligence
Introduction to Artificial Intelligence
26 MAY 2019 by
Monika Sharma
Artificial Intelligence Introduction: In this article, we are going to learn about the introductory part of Artificial Intelligence. It's reason for the development and the reason for its increasing use in the computer world.
Artificial Intelligence
Java variables types with examples
26 MAY 2019 by
Karan Ghai
Variables in java: Here, we are going to learn about the variables, various types of the variables in Java.
Java
std::rotate_copy() function with example in C++ STL
26 MAY 2019 by
IncludeHelp
C++ STL | std::rotate_copy() function: Here, we are going to learn about the rotate_copy() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::rotate() function with example in C++ STL
26 MAY 2019 by
IncludeHelp
C++ STL | std::rotate() function: Here, we are going to learn about the rotate() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::replace_copy_if() function with example in C++ STL
26 MAY 2019 by
IncludeHelp
C++ STL | std::replace_copy_if() function: Here, we are going to learn about the replace_copy_if() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
Smoothen the image by performing blurring operation on a grayscale image using user-defined mean blur filter in Python
26 MAY 2019 by
Ankit Rai
In this article, we will see how to make user-defined mean blur filter of the required size and using this perform blurring operation on the image in Python?
Python
Image processing in Python
Python program to find the sum of all elements of an array
26 MAY 2019 by
IncludeHelp
Find the sum of the array in Python: Here, we are going to learn how to find the sum of all elements of an array using the python program?
Python
Python programs
Python array programs
Python program to check whether a given number is a Fibonacci number or not
26 MAY 2019 by
IncludeHelp
Checking Fibonacci number in Python: Here, we are going to learn whether a given number is a Fibonacci number or not using Python program?
Python
Python programs
Python basic programs
Python program for compound interest
26 MAY 2019 by
IncludeHelp
Find compound interest program in Python: Here, we are going to learn how to find the compound interest in Python when principle amount, rate of interest and time is given?
Python
Python programs
Python basic programs
Split a string into array of characters in Python
25 MAY 2019 by
IncludeHelp
Python | splitting string into array of characters: Here, we are going to learn how to split a given string into list of characters (array of characters) in Python?
Python
Python programs
Python string programs
Precision handling in Python
25 MAY 2019 by
IncludeHelp
Different methods for precision handling: Here, we are going to learn how to handle the precisions with a float number in Python?
Python
PHP $_SERVER (Super Global) Variable with Example
25 MAY 2019 by
Kongnyu Carine
PHP $_SERVER: Here, we are going to learn about a super global variable $_SERVER in PHP with example.
PHP programming
PHP $GLOBALS (Super Global) Variable with Example
25 MAY 2019 by
Kongnyu Carine
PHP $GLOBALS: Here, we are going to learn about a super global variable named $GLOBALS in PHP with example.
PHP programming
Python program for simple interest
25 MAY 2019 by
IncludeHelp
Find simple interest program in Python: Here, we are going to learn how to find the simple interest in Python when principle amount, rate of interest and time is given?
Python
Python programs
Python basic programs
std::replace_copy() function with example in C++ STL
25 MAY 2019 by
IncludeHelp
C++ STL | std::replace_copy() function: Here, we are going to learn about the replace_copy() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::replace_if() function with example in C++ STL
25 MAY 2019 by
IncludeHelp
C++ STL | std::replace_if() function: Here, we are going to learn about the replace_if() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
How to copy array elements to a vector in C++ STL?
25 MAY 2019 by
IncludeHelp
C++ STL | copying array elements to a vector: Here, we are going to learn how to copy array elements to a vector using the C++ STL program without using a loop?
C++ STL
C++ STL vector
How to find common elements between two Vectors using in C++ STL?
24 MAY 2019 by
IncludeHelp
C++ STL | finding common elements of two vectors: Here, we are going to learn how to find the common elements between two vectors using C++ STL program?
C++ STL
C++ STL vector
Differences between SQL Vs NoSQL
24 MAY 2019 by
Bharti Parmar
SQL vs NoSQL: In this article, we are going to learn about the differences between SQL and NoSQL. Which one is easy, good and more useful; why and where we use these two different kinds of database in real life?
DBMS
MySQL Vs MongoDB | a detailed comparison
24 MAY 2019 by
Bharti Parmar
MySQL vs MongoDB: In this article, we are going to discuss the comparison between MySQL and MongoDB and its usage.
MongoDB
What is MySQL and MongoDB?
24 MAY 2019 by
Bharti Parmar
MySQL and MongoDB Databases: In this article, we are going to discuss the two different structure and unstructured databases (MySQL and MongoDB) which we are used to store, update, delete and retrieve data from the database.
MongoDB
Mixing conditional statements and loops in PHP
24 MAY 2019 by
Kongnyu Carine
In this article, we are going to learn how we can use together the various conditional statements and loops in PHP programming language with examples?
PHP programming
How to join two vectors in C++ STL?
21 MAY 2019 by
IncludeHelp
C++ STL | joining two vectors: Here, we are going to learn how to join two vectors in C++ STL?
C++ STL
C++ STL vector
std::replace() function with example in C++ STL
21 MAY 2019 by
IncludeHelp
C++ STL | std::replace() function: Here, we are going to learn about the replace() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::fill_n() function with example in C++ STL
21 MAY 2019 by
IncludeHelp
C++ STL | std::fill_n() function: Here, we are going to learn about the fill_n() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::fill() function with example in C++ STL
21 MAY 2019 by
IncludeHelp
C++ STL | std::fill() function: Here, we are going to learn about the fill() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
Loop statements in PHP with examples
21 MAY 2019 by
Kongnyu Carine
PHP loop statements: In this article, we are going to learn about the various loop statements in PHP programming language with examples.
PHP programming
std::max_element() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::max_element() function: Here, we are going to learn about the max_element() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::min_element() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::min_element() function: Here, we are going to learn about the min_element() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
Conditional statements in PHP with examples
20 MAY 2019 by
Kongnyu Carine
PHP conditional statements: In this article, we are going to learn about the various conditional statements in PHP programming language with examples.
PHP programming
std::minmax() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::minmax() function: Here, we are going to learn about the minmax() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::min() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::min() function: Here, we are going to learn about the min() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::max() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::max() function: Here, we are going to learn about the max() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::copy_if() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::copy_if() function: Here, we are going to learn about the copy_if() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::copy_n() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::copy_n() function: Here, we are going to learn about the copy_n() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
std::copy() function with example in C++ STL
20 MAY 2019 by
IncludeHelp
C++ STL | std::copy() function: Here, we are going to learn about the copy() function of algorithm header in C++ STL with example.
C++ STL
C++ STL Algorithm header functions
How to find the sum of elements of a vector in C++ STL?
18 MAY 2019 by
IncludeHelp
C++ STL | finding sum of the vector elements: Here, we are going to learn how to find the sum of the elements of a vector in C++ STL?
C++ STL
C++ STL vector
How to reverse vector elements in C++ STL?
18 MAY 2019 by
IncludeHelp
C++ STL | reversing vector elements: Here, we are going to learn how to reverse elements of a vector using C++ STL program?
C++ STL
C++ STL vector
How to find the minimum/smallest element of a vector in C++ STL?
18 MAY 2019 by
IncludeHelp
C++ STL | finding minimum/smallest element of a vector: Here, we are going to learn how to find minimum/smallest element of a vector?
C++ STL
C++ STL vector
How to find the maximum/largest element of a vector in C++ STL?
18 MAY 2019 by
IncludeHelp
C++ STL | finding maximum/largest element of a vector: Here, we are going to learn how to find maximum/largest element of a vector?
C++ STL
C++ STL vector
Smoothen a grayscale image by performing blurring operation using user defined median blur filter
18 MAY 2019 by
Ankit Rai
In this article, we will see how to make user defined medium blur filter of required size and using this perform blurring operation on the image?
Python
Image processing in Python
Minimum and maximum elements of a vector in C++ STL
17 MAY 2019 by
IncludeHelp
C++ STL | finding minimum and maximum elements of a vector: Here, we are going to learn how we can find the minimum and maximum elements of a given vector?
C++ STL
C++ STL vector
Difference between size and capacity of a vector in C++ STL
17 MAY 2019 by
IncludeHelp
C++ STL | size vs capacity of a vector: Here, we are going to learn about the differences between size and capacity of a vector.
C++ STL
C++ STL vector
Appending a vector to a vector in C++ STL
17 MAY 2019 by
IncludeHelp
C++ STL | appending a vector to a vector: Here, we are going to learn how can we append a vector to another vector in C++ STL program?
C++ STL
C++ STL vector
vector::shrink_to_fit() function with example in C++ STL
17 MAY 2019 by
Radib Kar
C++ STL vector::shrink_to_fit() function: Here, we are going to learn about the shrink_to_fit() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::reserve() function with example in C++ STL
17 MAY 2019 by
Radib Kar
C++ STL vector::reserve() function: Here, we are going to learn about the reserve() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::insert() function with example in C++ STL
16 MAY 2019 by
IncludeHelp
C++ STL vector::insert() function: Here, we are going to learn about the insert() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::clear() function with example in C++ STL
16 MAY 2019 by
IncludeHelp
C++ STL vector::clear() function: Here, we are going to learn about the clear() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::swap() function with example in C++ STL
16 MAY 2019 by
IncludeHelp
C++ STL vector::swap() function: Here, we are going to learn about the swap() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::erase() function with example in C++ STL
16 MAY 2019 by
IncludeHelp
C++ STL vector::erase() function: Here, we are going to learn about the erase() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::pop_back() function with example in C++ STL
16 MAY 2019 by
IncludeHelp
C++ STL vector::pop_back() function: Here, we are going to learn about the pop_back() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
Network Address Translation | Computer Networks
15 MAY 2019 by
Radib Kar
Network Address Translation (NAT) in Computer Networks: In this article, we are going to learn about the Network Address Translation (NAT) and the Address Translation.
Computer Networks
Network Layer
Subnetting and Supernetting | Computer Networks
15 MAY 2019 by
Radib Kar
Subnetting and Supernetting in Computer networks: In this article, we are going to see what is subnetting and supernetting related to classful addressing and what are the differences between Subnetting and Supernetting?
Computer Networks
Network Layer
vector::push_back() function with example in C++ STL
15 MAY 2019 by
IncludeHelp
C++ STL vector::push_back() function: Here, we are going to learn about the push_back() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::assign() function with example in C++ STL
15 MAY 2019 by
IncludeHelp
C++ STL vector::assign() function: Here, we are going to learn about the assign() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::data() function with example in C++ STL
15 MAY 2019 by
IncludeHelp
C++ STL vector::data() function: Here, we are going to learn about the data() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::back() function with example in C++ STL
15 MAY 2019 by
IncludeHelp
C++ STL vector::back() function: Here, we are going to learn about the back() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::front() function with example in C++ STL
15 MAY 2019 by
IncludeHelp
C++ STL vector::front() function: Here, we are going to learn about the front() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::at() function with example in C++ STL
15 MAY 2019 by
IncludeHelp
C++ STL vector::at() function: Here, we are going to learn about the at() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::operator[] with example in C++ STL
15 MAY 2019 by
IncludeHelp
C++ STL vector::operator[]: Here, we are going to learn about the operator[] of vector header in C++ STL with example.
C++ STL
C++ STL vector
Types of Lists in Java
15 MAY 2019 by
Karan Ghai
Type of lists in java: Here, we are going to learn about the various types of the lists like Array lists, vectors and linked lists with examples.
Java
vector::empty() function with example in C++ STL
13 MAY 2019 by
IncludeHelp
C++ STL vector::empty() function: Here, we are going to learn about the empty() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::capacity() function with example in C++ STL
13 MAY 2019 by
IncludeHelp
C++ STL vector::capacity() function: Here, we are going to learn about the capacity() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::resize() function with example in C++ STL
13 MAY 2019 by
IncludeHelp
C++ STL vector::resize() function: Here, we are going to learn about the resize() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::max_size() function with example in C++ STL
13 MAY 2019 by
IncludeHelp
C++ STL vector::max_size() function: Here, we are going to learn about the max_size() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::size() function with example in C++ STL
13 MAY 2019 by
IncludeHelp
C++ STL vector::size() function: Here, we are going to learn about the size() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
Create and initialize a vector using different ways in C++ STL
12 MAY 2019 by
IncludeHelp
C++ STL | Create and Initialize a vector: Here, we are going to learn how to create a vector and how to initialize it using different ways in C++ STL?
C++ STL
C++ STL vector
Rotate a grayscale image by 180 degree without using any inbuilt function in Python
06 MAY 2019 by
Ankit Rai
In this article, we are going to learn how to rotate a grayscale image by 180 degree without using any inbuilt function in Python?
Python
Image processing in Python
Create a vector and initialize it from another vector in C++ STL
12 MAY 2019 by
IncludeHelp
C++ STL | vector creation and initialization from another vector: Here, we are going to learn how to create a vector and initialize it from another vector C++ STL?
C++ STL
C++ STL vector
Create a vector and initialize it from an array in C++ STL
12 MAY 2019 by
IncludeHelp
C++ STL | vector creation and initialization from an array: Here, we are going to learn how to create a vector and initialize it from an array in C++ STL?
C++ STL
C++ STL vector
Create a vector and initialize it like an array in C++ STL
12 MAY 2019 by
IncludeHelp
C++ STL | vector creation and initialization like an array: Here, we are going to learn how to create a vector and initialize it like an array in C++ STL?
C++ STL
C++ STL vector
Create a vector by specifying the size and initialize elements with a default value in C++ STL
12 MAY 2019 by
IncludeHelp
C++ STL | vector creation by specify size and values: Here, we are going to learn how to create a vector by specifying the size and initialize the all values with a default value in C++ STL?
C++ STL
C++ STL vector
Access vector elements using for each loop in C++ STL
12 MAY 2019 by
IncludeHelp
C++ STL | accessing vector elements: Here, we are going to learn how to access vector elements using a for each loop in C++ STL?
C++ STL
C++ STL vector
Create an empty vector and initialize by pushing values in C++ STL
12 MAY 2019 by
IncludeHelp
C++ STL Vector Initialization: Here, we are going to learn how to create an empty vector and how to initialize it by pushing the values in C++ STL?
C++ STL
C++ STL vector
Knight walk problem
11 MAY 2019 by
Souvik Saha
Knight walk problem: In this article, we are going to learn how to solve the knight walk problem using C++ program?
Interview coding problems/challenges
Graph ICP
Check a graph is Hamiltonian or not (Hamiltonian path)
11 MAY 2019 by
Souvik Saha
Hamiltonian path: In this article, we are going to learn how to check is a graph Hamiltonian or not?
Interview coding problems/challenges
Graph ICP
C++ STL Vector Iterators with Example
11 MAY 2019 by
IncludeHelp
C++ STL Vector Iterators: Here, we are going to learn about the various vector iterators in C++ STL with Example.
C++ STL
C++ STL vector
vector::crend() function with example in C++ STL
11 MAY 2019 by
IncludeHelp
C++ STL vector::crend() function: Here, we are going to learn about the crend() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::crbegin() function with example in C++ STL
11 MAY 2019 by
IncludeHelp
C++ STL vector::crbegin() function: Here, we are going to learn about the crbegin() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::cend() function with example in C++ STL
11 MAY 2019 by
IncludeHelp
C++ STL vector::cend() function: Here, we are going to learn about the cend() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::cbegin() function with example in C++ STL
11 MAY 2019 by
IncludeHelp
C++ STL vector::cbegin() function: Here, we are going to learn about the cbegin() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::rend() function with example in C++ STL
09 MAY 2019 by
IncludeHelp
C++ STL vector::rend() function: Here, we are going to learn about the rend() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::rbegin() function with example in C++ STL
09 MAY 2019 by
IncludeHelp
C++ STL vector::rbegin() function: Here, we are going to learn about the rbegin() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
Printing all elements in reverse order of a vector using vector::begin() and vector::end() functions in C++ STL
09 MAY 2019 by
IncludeHelp
C++ STL | printing all elements of a vector in reverse order: Here, we are going to learn how to print all elements of a vector in reverse order using vector::begin() and vector::end() function in C++ STL?
C++ STL
C++ STL vector
Printing all elements of a vector using vector::begin() and vector::end() functions in C++ STL
09 MAY 2019 by
IncludeHelp
C++ STL | printing all elements of a vector: Here, we are going to learn how to print all elements of a vector using vector::begin() and vector::end() function in C++ STL?
C++ STL
C++ STL vector
vector::end() function with example in C++ STL
09 MAY 2019 by
IncludeHelp
C++ STL vector::end() function: Here, we are going to learn about the end() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
vector::begin() function with example in C++ STL
09 MAY 2019 by
IncludeHelp
C++ STL vector::begin() function: Here, we are going to learn about the begin() function of vector header in C++ STL with example.
C++ STL
C++ STL vector
Find the number of islands
08 MAY 2019 by
Souvik Saha
Find the number of islands: Here, we are going to learn how to group the numbers?
Interview coding problems/challenges
Graph ICP
Alien Dictionary
08 MAY 2019 by
Souvik Saha
Solution to Alien Dictionary problem: Here, we are going to learn about a famous problem known as Alien Dictionary and it's solution.
Interview coding problems/challenges
Graph ICP
Word Break Problem
08 MAY 2019 by
Souvik Saha
In this article, we are going to learn the solution of the word break problem. This is about how we split a string into meaningful word? This problem has been featured in amazon interview rounds.
Interview coding problems/challenges
Dynamic Programming
Topological sort implementation using C++ program
08 MAY 2019 by
Souvik Saha
Topological sort implementation: Here, we are going to implement Topological sort using C ++ program.
C++ programs
D.S. programs
Graph programs
Classful and Classless Addressing: IPV4 addressing | Computer Networks
06 MAY 2019 by
Radib Kar
IPV4 addressing Classful and Classless Addressing: In this article, we are going to see classful and classless addressing of IPV4 addressing in Computer networks?
Computer Networks
Network Layer
vector::swap() function with Example in C++ STL
06 MAY 2019 by
Sanjeev
C++ STL vector::swap() function: Here, we are going to learn about the function() method of vector header in C++ STL with example.
C++ STL
C++ STL vector
Clone a linked list with next and random pointer using C++ program
06 MAY 2019 by
Souvik Saha
In this article, we are going to learn how to clone a linked list with next random pointer? This article contains problem statement, explanation, algorithm, C++ implementation and output.
C++ programs
D.S. programs
Linked list programs
Delete N nodes after M nodes of a linked list using C++ program
06 MAY 2019 by
Souvik Saha
In this article, we are going to learn how to delete N nodes after M nodes of a Linked List using C++ program?
C++ programs
D.S. programs
Linked list programs
Modify contents of Linked List using C++ program
06 MAY 2019 by
Souvik Saha
Modifying a Linked List: In this article, we are going to learn how to modify the content of a linked list using C++ program?
C++ programs
D.S. programs
Linked list programs
Convert a given binary Tree to Doubly Linked List (DLL)
06 MAY 2019 by
Souvik Saha
In this article, we are going to learn how to convert a binary tree to a DLL (Doubly Linked List) using C++ program?
C++ programs
D.S. programs
Linked list programs
Pair wise swap elements in a linked list using C++ program
06 MAY 2019 by
Souvik Saha
In this article, we discuss how to pair wise swap elements in a linked list? This article contains problem statement, explanation, algorithm, C++ implementation and output.
C++ programs
D.S. programs
Linked list programs
Reverse a Linked List in groups of given size using C++ program
06 MAY 2019 by
Souvik Saha
In this article, we are going to learn how to reverse a liked list in groups of given size? This article contains problem statement, explanation, algorithm, C++ implementation and output.
C++ programs
D.S. programs
Linked list programs
Delete keys in a Linked list using C++ program
06 MAY 2019 by
Souvik Saha
Delete keys in a Linked list: Here, we are implementing a C++ program to delete keys from the linked list.
C++ programs
D.S. programs
Linked list programs
Resize an RGB image without using any inbuilt functions in Python
06 MAY 2019 by
Ankit Rai
In this article, we will see how to resize an RGB image without using any inbuilt function in Python?
Python
Image processing in Python
Logical addressing: IPV4 addressing | Computer Networks
04 MAY 2019 by
Radib Kar
Computer networks logical addressing: In this article, we are going to learn about the IPV4 addresses which are part of logical addressing.
Computer Networks
Network Layer
Code-Division Multiple Access (CDMA) | Computer Networks
04 MAY 2019 by
Radib Kar
Computer Networks CDMA: In this article, we are going to learn Code-Division Multiple Access (CDMA) and how to implement CDMA with Walsh table?
Computer Networks
Data Link Layer
FDMA and TDMA: Channelization Processes | Computer Networks
04 MAY 2019 by
Radib Kar
Computer Networks TDMA and FDMA: In this article, we are going to learn about two channelization processes for multiple accesses, namely TDMA, FDMA.
Computer Networks
Data Link Layer
Carrier Sense Multiple Access (CSMA) | Computer Networks
04 MAY 2019 by
Radib Kar
In this article, we are going to learn about the Carrier Sense Multiple Access (CSMA) – which is a better version that Aloha discussed earlier.
Computer Networks
Data Link Layer
Aloha: A random access method of multiple access | Computer Networks
04 MAY 2019 by
Radib Kar
Computer networks: In this article, we are going to learn about a random access method known of multiple access that is ALOHA.
Computer Networks
Data Link Layer
Delete the middle node of a Linked List in C++
04 MAY 2019 by
Souvik Saha
C++ deleting middle node from Linked list: Here, we are implementing C++ program to delete middle node of a linked list in C++.
C++ programs
D.S. programs
Linked list programs
Implement Stack using Linked List in C++
04 MAY 2019 by
Souvik Saha
C++ stack implementation using linked list: Here, we are writing a C++ program to implement stack using linked list in C++.
C++ programs
D.S. programs
Stack programs
C++ constructor, destructor aptitude questions and answers (set 3)
03 MAY 2019 by
IncludeHelp
C++ constructor and destructor questions: This section contains aptitude questions and answers (MCQs) on Constructors and Destructors in C++.
Aptitude questions
C++ Aptitude questions
C++ constructor, destructor aptitude questions and answers (set 2)
03 MAY 2019 by
IncludeHelp
C++ constructor and destructor questions: This section contains aptitude questions and answers (MCQs) on Constructors and Destructors in C++.
Aptitude questions
C++ Aptitude questions
C++ constructor, destructor aptitude questions and answers (set 1)
03 MAY 2019 by
IncludeHelp
C++ constructor and destructor questions: This section contains aptitude questions and answers (MCQs) on Constructors and Destructors in C++.
Aptitude questions
C++ Aptitude questions
Convert an RGB format Image in an HSV format Image using OpenCV in Python
03 MAY 2019 by
Ankit Rai
In this article, we are going to learn how to convert an RGB format image Into an HSV format image using OpenCV in Python?
Python
Image processing in Python
<climits> (limits.h) Macro constants of (sizes of integral types) in C++
03 MAY 2019 by
IncludeHelp
C++ Macro constants of (sizes of integral types): Here, we are going to learn about the Macro constants of (sizes of integral types) which are defined in climits header and limits.h header file in C++.
C++ programming
C++ climits/limits.h header
ULLONG_MAX constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ ULLONG_MAX constant: Here, we are going to learn about the ULLONG_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
ULONG_MAX constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ ULONG_MAX constant: Here, we are going to learn about the ULONG_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
LLONG_MAX constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ LLONG_MAX constant: Here, we are going to learn about the LLONG_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
LLONG_MIN constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ LLONG_MIN constant: Here, we are going to learn about the LLONG_MIN macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
LONG_MAX constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ LONG_MAX constant: Here, we are going to learn about the LONG_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
LONG_MIN constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ LONG_MIN constant: Here, we are going to learn about the LONG_MIN macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
UINT_MAX constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ UINT_MAX constant: Here, we are going to learn about the UINT_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
INT_MAX constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ INT_MAX constant: Here, we are going to learn about the INT_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
INT_MIN constant with example in C++
03 MAY 2019 by
IncludeHelp
C++ INT_MIN constant: Here, we are going to learn about the INT_MIN macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
Resize a grayscale image without using any inbuilt functions in Python
01 MAY 2019 by
Ankit Rai
In this article, we will see how to resize a gray scale image without using any inbuilt function?
Python
Image processing in Python
USHRT_MAX constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ USHRT_MAX constant: Here, we are going to learn about the USHRT_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
SHRT_MAX constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ SHRT_MAX constant: Here, we are going to learn about the SHRT_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
SHRT_MIN constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ SHRT_MIN constant: Here, we are going to learn about the SHRT_MIN macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
MB_LEN_MAX constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ MB_LEN_MAX constant: Here, we are going to learn about the MB_LEN_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
CHAR_MAX constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ CHAR_MAX constant: Here, we are going to learn about the CHAR_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
CHAR_MIN constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ CHAR_MIN constant: Here, we are going to learn about the CHAR_MIN macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
UCHAR_MAX constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ UCHAR_MAX constant: Here, we are going to learn about the UCHAR_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
SCHAR_MAX constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ SCHAR_MAX constant: Here, we are going to learn about the SCHAR_MAX macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
SCHAR_MIN constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ SCHAR_MIN constant: Here, we are going to learn about the SCHAR_MIN macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header
CHAR_BIT constant with example in C++
01 MAY 2019 by
IncludeHelp
C++ CHAR_BIT constant: Here, we are going to learn about the CHAR_BIT macro constant of climits header in C++.
C++ programming
C++ climits/limits.h header