• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SomeDevTips

Tips and code examples for software developers

  • WordPress
  • PHP

Algorithms and data structures

Stacks and queues: features

3 October 2020. Categories: Algorithms and data structures

Stacks and queues are two fundamental data structures in computer science. They are used for manipulating collections of objects. This article aims at giving a general overview of stacks and queues and helping you to understand what they are. Main operations Let’s see what are the operations supported by these two data structures. The two […]

Primary Sidebar

Recent articles

  • WordPress: let an author manage categories and tags
  • A local development environment for web applications
  • Stacks and queues: features
  • A simple backup script for WordPress
  • Git: how to change the remote repository of a project

Categories

  • Algorithms and data structures
  • PHP
  • Version control
  • Web
  • WordPress

© Copyright 2019-2026 · Somedevtips