Skip to content

Refactored Codes

A software engineering website.

  • Interview Questions
  • Functional Programming
  • Concurrency
  • java.util.function
  • Data Structures
  • C Coding
  • Design Patterns
  • Spring Framework
  • Java
  • Operating System

Tag: array

Home ⁄ Posts Tagged "array"

January 26, 2019

A simple queue implementation using array in java.

Anurag Anand DataStructures, Java, Queue array, datastructures, Java, Queue

Queue is a data-structure, which follows theĀ FIFO. It means ‘First In First Out’. The element which goes first in the array should be the first to come out. To achieve this process, we add elements at one end of the array and remove it from the other end. Things that we need to do while […]

Read more
copyright 2018 - 2021