Skip to content

PrepBytes Blog

ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING

Log In

Log Out

Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String

Sign in to your account

Forgot your password?

New User? Create Account

Login via OTP

We will send you an one time password on your mobile number

New User? Create Account

Login via OTP

An OTP has been sent to your mobile number please verify it below

Resend OTP in 30 sec
Resend
New User? Create Account

Register with PrepBytes

I agree to the terms and conditions.
Already have a account? Login Here

Day: December 22, 2022

Python

Bubble Sort Program in Python

PrepbytesDecember 22, 2022
Bubble sort is a sorting algorithm that uses the swapping of elements to sort the list in either ascending or descending order. Bubble sort is the simplest and easy-to-understand sorting...
Python

Anagram Program in Python

PrepbytesDecember 22, 2022
An anagram is a condition in which one string or number is rearranged in such a way that each character of the rearranged string or number is part of another...
Java

Series program in java

Naimish MulaniDecember 22, 2022January 2, 2023
In this article, we will learn how to write various types of series programs in java. We will learn how to write the Fibonacci series program in java using different...
Java

Java Scanner Program

Naimish MulaniDecember 22, 2022January 2, 2023
In this article, we will learn about what is a scanner in java, and what are different methods of scanner classes are, and we will learn to write a java...
Java

Thread Program in JAVA

Mohammad AlimDecember 22, 2022January 2, 2023
This article will study what threads are and how we can perform a thread program in JAVA. We will look at what threads are, and how they give an advantage...
Java

String Palindrome Program in Java

Abhishek SharmaDecember 22, 2022
A phrase, word, number, or collection of characters that reads the same both forward and backward is known as a palindrome. This blog describes how to use a program to...
Java

Pattern Program in Java

Abhishek SharmaDecember 22, 2022December 27, 2022
The Java pattern program will enhance logic, looping ideas, and coding abilities. It is frequently asked in Java interviews to test the programmer's reasoning. A Java pattern program can be...
Java

For Loop Program In Java

Ankit KocharDecember 22, 2022December 27, 2022
We'll learn how to create and use a for loop in Java in this post. We will also study how a for loop functions in computer programming. Loops are used...
Java

Swap Program In Java

PrepbytesDecember 22, 2022
In this problem, we need to swap numbers in java. Swapping is the process of changing the values kept in two variables. The values of two variables can be changed...
Java

Number Pattern Program in Java

PrepbytesDecember 22, 2022
Since they provide a great brainstorming session to evaluate a person's uniqueness and creativity, number patterns are becoming more and more common as interview questions for freshers. Making a matrix...
Java

Star Program in Java

PrepbytesDecember 22, 2022
Java Interviews can give a hard time for programmers, such as the severity of the process. The ones who have attended the process will know that a pattern program ought...
Java

String Programs in Java

PrepbytesDecember 22, 2022
In Java, a string is a sequence of characters. For example, "hello" is a string containing a sequence of characters 'h', 'e', 'l', 'l', and 'o'. We use double quotes...
Java

Linked List Program in Java

PrepbytesDecember 22, 2022
The LinkedList class of the Java collections framework provides the functionality of the linked list data structure (doubly linked list). Each element in a linked list is known as a...
Python

Python Loop Program

PrepbytesDecember 22, 2022
In this article, we will understand the various types of loops in Python. Loops are considered in the control flow statements, as we can control them according to our requirements....

Pages

  • ALGORITHMS
  • ARRAY
  • BACKTRACKING
  • C PROGRAMMING LANGUAGE
  • C++ PROGRAMMING LANGUAGE
  • CAPGEMINI
  • CIRCULAR LINKED LIST
  • COMPANY PLACEMENT PROCEDURE
  • COMPETITIVE CODING
  • COMPUTATIONAL GEOMETRY
  • CSE SUBJECTS
  • DATA STRUCTURE
  • DOUBLY LINKED LIST
  • DYNAMIC PROGRAMMING
  • GAME THEORY
  • GRAPHS
  • GREEDY ALGORITHM
  • HASHING
  • HEAP
  • INTERVIEW PREPARATION
  • INTERVIEW TIPS
  • JAVA PROGRAMMING LANGUAGE
  • JAVASCRIPT PROGRAMMING LANGUAGE
  • Languages
  • LINKED LIST
  • LINKED LIST USING C
  • MATHEMATICS
  • OPERATING SYSTEM
  • POINTERS
  • PYTHON PROGRAMMING LANGUAGE
  • QUEUE
  • RECURSION
  • SEARCHING
  • SEGMENT TREE
  • SORTING
  • STACK
  • STRING
  • TREES

Recent Articles

  • 1
    March 30, 2023

    Self Referential Structure in C

  • 2
    March 30, 2023

    What is Nested Structure in C

  • 3
    March 30, 2023

    typedef in C

  • 4
    March 30, 2023

    strcpy() Function in C

  • 5
    March 30, 2023

    Operating System Architecture & Diagram

  • 6
    March 30, 2023

    Difference between Sequence and Series

Close
Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String
FOLLOW US
CONTACT US
+91-8800 2588 17
contact@prepbytes.com
QUICK LINKS
Interview NotesMock TestsPlacement ProgrammeCoding CoursesMock InterviewAbout UsBlog