Iterative Letter Combinations of a Phone Number
Given an integer array containing digits from [0, 9], the task is to print all possible letter combinations that the numbers could represent. A mapping… Read More » The post Iterative Letter...
View ArticleEnumeration in Scala
An enumerations serve the purpose of representing a group of named constants in a programming language. Refer Enumeration (or enum) in C and enum in… Read More » The post Enumeration in Scala appeared...
View ArticleIntroduction to ES6
ES6 or ECMAScript 2015 is the 6th version of the ECMAScript programming language. ECMAScript is the standardization of Javascript which was released in 2015, and… Read More » The post Introduction to...
View ArticleStep Wise Guide to start with Open Source
OPEN SOURCE CONTRIBUTION What exactly is Open Source Software? It is definitely not correct when someone says that free software is an open source software.… Read More » The post Step Wise Guide to...
View ArticleWhat’s the connection between Java and Blockchain?
Blockchain technology is one of the most talked about technologies. It is even regarded as one of those technologies that have bright potential. However, the… Read More » The post What’s the connection...
View ArticleMust Do Coding Questions for Companies like Amazon, Microsoft, Adobe, …
As the placement season is back so are we to help you ace the interview. We have selected some most commonly asked and must do… Read More » The post Must Do Coding Questions for Companies like Amazon,...
View ArticleWhy overriding both the global new operator and the class-specific operator...
The below section deals about overload resolution as it helps in the fundamentals of overloading and overriding. Predict the output: Output: hello gfg-class specific hello… Read More » The post Why...
View ArticleWhat is JavaDoc tool and how to use it?
JavaDoc tool is a document generator tool in Java programming language for generating standard documentation in HTML format. It generates API documentation. It parses the… Read More » The post What is...
View ArticleAKTU 1st Year Sem 1 Solved Paper 2017-18 | COMP. SYSTEM & C PROGRAMMING | Sec A
Paper download link: Paper | Sem 1 | 2017-18 B.Tech. (SEM-I) THEORY EXAMINATION 2017-18 COMPUTER SYSTEM & PROGRAMMING IN C Time: 3hrs Total Marks: 100… Read More » The post AKTU 1st Year Sem 1...
View ArticleIntroduction and Installation of Git
Version control system A Version control system tracks any kind of changes made to the project file, why these changes were made and references to… Read More » The post Introduction and Installation of...
View ArticleNew Algorithm to Generate Prime Numbers from 1 to Nth Number
Apart from Sieve of Eratosthenes method to generate Prime numbers, we can implement a new Algorithm for generating prime numbers from 1 to N. It… Read More » The post New Algorithm to Generate Prime...
View ArticleMust Do Coding Questions Company-wise
Topic : Google Facebook Microsoft Adobe Oracle Amazon D E Shaw MAQ Software Directi Yahoo Accolite Walmart Labs Samsung Paytm Ola Cabs Flipkart SAP Labs… Read More » The post Must Do Coding Questions...
View ArticleObservables : KnockoutJS
INTRODUCTION TO OBSERVABLES: Special Object Property that changes dynamically through User Interaction, can notify subscribers about changes and automatically detect dependencies. FEATURES: Reading and...
View ArticleCreating Knockout Application along with Setting up Environment in Visual Studio
Setting up Environment – Step 1 : Open Visual Studio and Create ASP.Net Application (Web -> Visual Studio[version]), name it as KOSetup Step 2 :… Read More » The post Creating Knockout Application...
View ArticleGit- Setting up a Repository
What is Repository? In simple terms, it is the central location in which data is stored or managed. A git repository virtually stores a particular… Read More » The post Git- Setting up a Repository...
View ArticleGATE CS 2020 Important (Tentative) Dates
The official notification will be released on the gate 2020 official website by the organizing authority in the month of July 2019. The same will… Read More » The post GATE CS 2020 Important...
View ArticleThe complete History of Java Programming Language
Java is an Object-Oriented programming language developed by James Gosling in the early 1990s. The team initiated this project to develop a language for digital… Read More » The post The complete...
View ArticleHow I Handle GATE CS Preparation with College Studies
After completing my sixth semester I had approximately 11 months to prepare for GATE exam with that eight months of the two semesters in college… Read More » The post How I Handle GATE CS Preparation...
View ArticleOpenMP | Hello World program
Prerquisite: OpenMP | Introduction with Installation Guide In C/C++/Fortran, parallel programming can be achieved using OpenMP. In this article, we will learn how to create… Read More » The post OpenMP...
View ArticleLearn Data Structures and Algorithms for your Dream Job with this online Course
According to a study by employability assessment company Aspiring Minds in 2017, only 4.77 percent of candidates can write the correct logic for a program… Read More » The post Learn Data Structures...
View Article