coderz.py

  • 23 DSA Patterns
  • DSA Basics
  • DSA Sheet
  • C
  • C++
  • Java
  • Python
  • DBMS
  • Privacy Policy

Tag: FIFO

  • java thread class

    Java

    Queue Interface in Java

    The Queue interface extends the Collection interface and is present in java.util package is used to hold the elements about…

    September 16, 2022

  • java thread class

    Java

    Deque Interface in Java

    The Deque interface in java.util package is a queue interface subtype. A linear collection with the ability to insert and…

    September 17, 2022

  • Trie in DSA

    DSA Basics

    Queues in DSA

    What is a Queue in DSA? A queue is a linear data structure that holds elements in a certain order. It accesses items using the FIFO (First In First Out) method. It can only be changed by adding data entities at one end…

    May 26, 2023

coderz.py

Practical coding tutorials and guides for Python, web development, algorithms, and more. Built for developers who love to learn.

Explore

  • 23 DSA Patterns
  • DSA Basics
  • DSA Sheet
  • C
  • C++
  • Java
  • Python
  • DBMS
  • Privacy Policy

Categories

  • 23 DSA Patterns
  • AI
  • C
  • C++
  • Dataweave
  • DBMS
  • DSA Basics
  • DSA Sheet
  • Java
  • Machine Learning
  • Mulesoft
  • OODP
  • Python
  • RAML

Connect

hello@coderzpy.com

© 2026 CoderZPy — Built for developers, by developers.

Made with ❤ & code