img

Gblog

SDE SHEET – A Complete Guide for SDE Preparation

What is SDE Sheet? SDE Sheet is a list of the most important topics or the most popular questions that are asked in the Software… Read More

10 Best C and C++ Books For Beginners & Advanced Programmers

Medium

No matter whether you’re a working professional or a student, if you want to become a good software developer, your learning should never be stopped.… Read More

tag
  • C Language
  • C++
  • GBlog

7 Project Ideas on Blockchain For Professionals

We have passed the time when blockchain was used only in the form of cryptocurrency. Today, it is being used in a broader domain and… Read More

tag
  • Blockchain
  • GBlog
VIDEOS Explore
video

Gun Detection Using
Python-OpenCv

07/03/2022
video

How to Perform CRUD
Operations if Flutter
Apllication using MySQL
Database

04/03/2022
video

Implementing Simple
and Custom Alert Dialog
in Flutter Application

03/03/2022

Left rotate Linked List by X in groups of Y nodes

Given a singly linked list and two integers X and Y, the task is to left rotate the linked list by X in groups of…Read More

tag
  • Geeks-Premier-League-2022
  • rotation
  • Geeks Premier League
  • Linked List

Minimize removal from Array so that in any pair one element is multiple of other

Given an array arr[] of size N, the task is to count the minimum number of elements required to be removed from the given array… Read More

tag
  • counting
  • Geeks-Premier
  • Arrays
  • Dynamic Programming
  • Geeks League

Find all indices of Array having prefix sum greater than suffix sum

Given an array arr[] of N integers, the task is to divide find all the indices such that prefix sum (i.e. sum of elements in… Read More

tag
  • Geeks-Premier-League-2022
  • prefix-sum
  • Arrays
  • Geeks Premier League
  • Greedy

Rearrange Array to minimize difference of sum of squares of odd and even index elements

Given an array arr[] of size N (multiple of 8) where the values in the array will be in the range [a, (a+8*N) -1] (a… Read More

tag
  • Geeks-Premier-League-2022
  • Arrays
  • Geeks Premier League
  • Mathematical
  • Pattern Searching

Minimize Subset sum difference after deleting K elements of Array

Given an array arr[] containing N integers and an integer K, the task is to minimize the subset-sum difference after removing K elements from the… Read More

tag
  • Geeks-Premier-League-2022
  • subset
  • Arrays
  • Geeks Premier League
  • Recursion

Count of possible distinct Binary strings after replacing “11” with “0”

Given a binary string str of size N containing 0 and 1 only, the task is to count all possible distinct binary strings when a… Read More

tag
  • Geeks-Premier-League-2022
  • Arrays
  • Geeks Premier League
  • Mathematical
  • Pattern Searching

Distance covered after last breakpoint with at most K cost

Given an array arr[] of size N, and integers K and D, consisting of breakpoints in journey, the task is to find the distance covered… Read More

tag
  • Geeks-Premier-League-2022
  • Arrays
  • GBlGeeks Premier Leagueog
  • Greedy
  • Mathematical

Microsoft Interview Experience for Fresher

Web Coding Interview: Difficulty level: moderate. It happened at around 10 AM. There were 3 coding issues. Likewise, settling all three with the corner cases…Read More

tag
  • Microsoft
  • Interview Experiences

Thoughtspot Interview Experience for SDE Intern

Round 1 was scheduled for 20 Dec 2021 on hackerrank. Round-1 (Online coding test): It was a simple implementation. https://cp-algorithms.com/graph/breadth-first-search.html https://leetcode.com/problems/minimum-degree-of-a-connected-trio-in-a-graph/ After this, I got…Read More

tag
  • ThoughtSpot
  • Internship
  • Interview Experiences

Building a Discord Bot in Python

If you are familiar with online communities and if you are a part of one or you own one, you must have heard about discord… Read More

tag
  • Geeks-Premier-League-2022
  • Python-projects
  • python-utility
  • Geeks Premier League
  • Python

Load NumPy data in Tensorflow

In this article, we will be looking at the approach to load Numpy data in Tensorflow in the Python programming language. Using tf.data.Dataset.from_tensor_slices() function Under… Read More

tag
  • Geeks-Premier-League-2022
  • Picked
  • Python-Tensorflow
  • Geeks Premier League
  • Python
1
2
3
4
5
...
10
20
30
...
>>
Last >>

WHAT'S NEW

img

Data Structures & Algorithms-Self
Paced Course

View Details
img

Complete Interview Preparation

View Details
img

System Design-Live Classes for
Working Professionals

View Details
FEATURED ARTICLES View all
01

Get Hired With GeeksforGeeks and Win Exciting
Rewards!

02

GMaster the Coding Interview – Contest Series
Based On Real Interviews

03

Recently Asked Interview Questions in Product
Based Companies

04

Bridge the Gap Between Engineering and Your
Dream Job – Complete Interview Preparation

05

100 Days of Code – A Complete Guide For
Beginners and Experienced