Author: Aniruddha Chaudhari

GATE

IIT Indore Package for MS Research CSE | Placement

What is the IIT Indore Package Offered for MS Research CSE 2023. Average, highest placement packages.

Python

String Permutation in Python without itertools

Write a program to find and get all the string Permutation in Python without itertools.

Binary Tree

Find Parent of a Node in Binary Tree | Python Code

How to write a program to find parent of a node in binary tree? Solved using Python code?

CAPTCHA

How to Read and Solve Captcha Using Python?

How to write code to solve captcha using Python? Example for Python captcha solver tesseract and captcha verification.

interview questions

35 Java Interview Questions for Freshers and Experienced

Java interview questions for freshers and experienced candidates asked in 2023.

Campus Placement & Job Interview Resources

Programming Tutorials Python Programming C/C++ Programming Java Programming Practice Data Structure & Algorithm 0 + DS Interview Coding Questions Interview Experience 0 + Candidates’ Interview Experiences 0 + Competitive Coding Challenges Important Tools Online CV Buiilder Online Compiler

Django

[Solved] MacBook (M1 chip) OSError: no library called cairo/pango was found

OSError: no library called “cairo-2” was found. Cannot load library ‘pango-1.0’

interview

Design Music Player with Shuffle Feature | Python Code

Write a Python program to design music player. Spotify shuffle songs. Asked in the design round interview.

Code

Write a Program to Find GCD of Two Numbers

What is Greatest Common Divisor? Write a program to find GCD of two numbers? Explain with code and example.