• Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard
CSEstack

What do you want to Learn Today?

  • Programming
    • Tutorial- C/C++
    • Tutorial- Django
    • Tutorial- Git
    • Tutorial- HTML & CSS
    • Tutorial- Java
    • Tutorial- MySQL
    • Tutorial- Python
    • Competitive Coding Challenges
  • CSE Subject
    • (CD) Compiler Design
    • (CN) Computer Network
    • (COA) Computer Organization & Architecture
    • (DBMS) Database Management System
    • (DS) Data Structure
    • (OS) Operating System
    • (ToA) Theory of Automata
    • (WT) Web Technology
  • Interview Questions
    • Interview Questions- Company Wise
    • Interview Questions- Coding Round
    • Interview Questions- Python
    • Interview Questions- REST API
    • Interview Questions- Web Scraping
    • Interview Questions- HR Round
    • Aptitude Preparation Guide
  • GATE 2022
  • Linux
  • Trend
    • Full Stack Development
    • Artificial Intelligence (AI)
    • BigData
    • Cloud Computing
    • Machine Learning (ML)
  • Write for Us
    • Submit Article
    • Submit Source Code or Program
    • Share Your Interview Experience
  • Tools
    • IDE
    • CV Builder
    • Other Tools …
  • Jobs
Om Tayade
I'm pursuing B.Tech in Computer Science from Pune Institute of Computer Technology. I'm avid learner and enthusiastic programmer.

Your name can also be listed here. Got a tip? Submit it here to become an CSEstack author.

Posts by Om Tayade

Divide and Multiply a number by Two using Bitwise Operator (Without...

Why use left-shift and right-shift operators instead of generic divide(/) and multiply(*) operators?  Explanation: The '/' and '*' operators can be very time-consuming...
Om Tayade
19 Jul, 21

C++ Program to Find the nth Bit of Number (Bit Masking)

Sometimes interviewers also twist the question and ask you to check if the nth bit is set or not. You have to follow the same approach. Algorithm and approach: Left shift 1...
Om Tayade
18 Jul, 21

C++ Program to Count the Number of Set Bits in a Number

The easy solution to this problem is to convert the given number into a binary string. Loop over all the characters in the string. A number of ones in the string are nothing but...
Om Tayade
18 Jul, 21

C++ Program to Check Odd or Even Number without using Modulo

We all know about the odd and even numbers. In simple terms, if the number is divisible by two, it is even. If the number is not divisible by two, it is...
Om Tayade
18 Jul, 21

[Solved] Find Lexicographically Smallest and Largest Substring

Problem Statement: You are given a string (says 's'),  and an integer ( says 'k'). Write a program to find the lexicographically smallest and largest substring from given...
Om Tayade
28 Jun, 20
hourglass with largest sum in 2D array
CodeJAVAPython

Maximum Sum of Hourglass in Matrix | Solved in Java, Python

First of all, understand the Hourglass. It is shaped as shown in the below image. There can be multiple hourglasses in the 2D array (matrix). Problem Statement: Write...
Om Tayade
12 Jun, 20
Android App Calculator
Android

[6 Steps] Build Your First Calculator App in Android Studio

Do you want to learn and develop your first Android App? Don't worry. Building a basic Android app is not as difficult as it was earlier. There are a lot of tools and...
Om Tayade
11 Apr, 20

Interview Questions



You can share your interview experience.

Subscribe for FREE Newsletter

Do you want me to send you programing updates for FREE?

Subscribe below…

© 2022 – CSEstack.org. All Rights Reserved.

  • Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard