Tutorials
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.1K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
Mathematics
5.6K+ articles
Technical Scripter 2018
855+ posts
Recent Articles
Popular Articles
OpenMP | Introduction with Installation Guide
Last Updated: 11 July 2025
After a long thirst for parallelizing highly regular loops in matrix-oriented numerical programming, OpenMP was introduced by OpenMP Architecture Review Board (ARB) on 199...
read more
Technical Scripter 2018
Installation Guide
Dynamic Frequency Scaling and Dynamic Voltage Scaling
Last Updated: 01 November 2019
'Frequency' in this context refers to the clock frequency or the frequency of operation of a CPU. So the term Dynamic Frequency Scaling refers to the change of the clock...
read more
Computer Organization & Architecture
Technical Scripter 2018
Types of Regression Techniques in ML
Last Updated: 11 July 2025
Regression Analysis is a fundamental concept in machine learning used to model relationships between dependent and independent variables. Various regression techniques are...
read more
Technical Scripter
Picked
Machine Learning
Technical Scripter 2018
AI-ML-DS
AI-ML-DS With Python
Shallow Copy and Deep Copy in C#
Last Updated: 17 July 2024
In general, when we try to copy one object to another object, both the objects will share the same memory address. Normally, we use assignment operator, = , to copy the re...
read more
Technical Scripter
C#
Picked
Technical Scripter 2018
CSharp-OOP
Cracking Technical Interviews
Last Updated: 11 July 2025
There are two kinds of technical interviews. For service-based companies like TCS, Accenture, Tech Mahindra, Wipro and the other one is product based companies. Cracking t...
read more
Technical Scripter 2018
Interview Tips
interview-preparation
Interview Prep
HTML DOM insertAdjacentHTML() Method
Last Updated: 13 June 2023
The DOM insertAdjacentHTML() method is used to insert a text as HTML file to a specified position. This method is used to change or add text as HTML.Syntax :node.insertAdj...
read more
JavaScript
Picked
Technical Scripter 2018
Program for K Most Recently Used (MRU) Apps
Last Updated: 15 November 2022
Given an integer K and an array arr[] of N integers which contains the ids of the opened apps in a system wherearr[0] is the app currently in usearr[1] is the app which wa...
read more
Technical Scripter 2018
DSA
Keyboard module in Python
Last Updated: 12 April 2025
Python provides a library named keyboard which is used to get full control of the keyboard. It's a small Python library which can hook global events, register hotkeys, sim...
read more
Technical Scripter
Python
Technical Scripter 2018
Python-Library
Color N boxes using M colors such that K boxes have different color from the box on its left
Last Updated: 11 July 2025
Given N number of boxes arranged in a row and M number of colors. The task is to find the number of ways to paint those N boxes using M colors such that there are exactly ...
read more
Technical Scripter 2018
DSA
Remove characters from a numeric string such that string becomes divisible by 8
Last Updated: 11 July 2025
Given a non-negative integer represented in the form of a numeric string str. Remove zero or more characters from the string such that the number becomes divisible by 8. I...
read more
Technical Scripter 2018
DSA
divisibility
Divide N segments into two non-empty groups such that given condition is satisfied
Last Updated: 11 July 2025
Given N segments (or ranges) represented by two non-negative integers L and R. Divide these segments into two non-empty groups such that there are no two segments from dif...
read more
Technical Scripter 2018
DSA
gdb command in Linux with examples
Last Updated: 02 September 2024
GDB, the acronym for GNU Debugger, is a powerful debugging tool used to analyze and debug programs written in languages like C, C++, Ada, and Fortran. It allows developers...
read more
Linux-Unix
Picked
Technical Scripter 2018
Mountain Trail Foods Pvt Ltd (ChaiPoint) Interview Experience | On-Campus
Last Updated: 12 July 2025
(Campus – October 2019) at VIT UniversityScreening Test - This test consisted of 40 question in total. 20 Aptitude and 20 basic coding output related problems.For Aptitude...
read more
Interview Experiences
Technical Scripter 2018
Technical Scripter 2019
On-Campus
Chai Point
Experiences
C++ Program for Generating Lyndon words of length n
Last Updated: 18 August 2023
Given an integer n and an array of characters S, the task is to generate Lyndon words of length n having characters from S.A Lyndon word is a string which is strictly less...
read more
C++
Technical Scripter 2018
rotation
Python Program for Generating Lyndon words of length n
Last Updated: 24 January 2022
Given an integer n and an array of characters S, the task is to generate Lyndon words of length n having characters from S.A Lyndon word is a string which is strictly less...
read more
Python
Technical Scripter 2018
rotation
1
2
3
4
...
57
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !