Wisenheimer Brainstorm
Programmer's notes
Toggle Navigation
  • Home
  • Apps
  • Books
  • Contact
  • Archive
    • Missile Command
    • Star Demo
    • SharePoint
    • ASP.NET
    • Algorithms
      • Binomial Distribution
      • Dice Simulation
      • Shuffling
      • Dijkstra's Two-Stack Algorithm
      • Stack with a Resizable Array
      • Singly-linked List
      • Stack with a Linked List
      • Queue with a Linked List
      • Bag with a Linked List
      • Balancing Parentheses using a Stack
      • Parenthesizing an Input Expression using a Stack
      • Converting Expressions from Infix to Postfix
      • Evaluating Postfix Expressions using a Stack
      • Linked List
      • Finding the Max Value in a Linked List
      • Queue with a Circular Linked List
      • Doubly-linked List
      • Steque with a Linked List
      • Deque with a Double-linked List
      • Random Bag
      • Josephus Problem (using a Queue)
      • Generalized Queue
      • Ring Buffer (a.k.a. Circular Queue)
      • Move-to-front Strategy (using a Linked List)
      • Text Editor Buffer (using two stacks)
      • Two Stacks with a Deque
      • Doubling Ratio Experiments
      • The Order of Growth
      • Binary Search - the Smallest Index
      • Local Minimum
      • Bitonic Search
      • Binary Search on Distinct Values
      • Randomized Algorithms
      • Computational Complexity
      • Graphs and Networks
      • De Morgan's Laws
      • Data Structures
List of articles in category Algorithms
Title Hits
Doubling Ratio Experiments Hits: 1306
Two Stacks with a Deque Hits: 505
Text Editor Buffer (using two stacks) Hits: 442
Move-to-front Strategy (using a Linked List) Hits: 1621
Ring Buffer (a.k.a. Circular Queue) Hits: 378
Generalized Queue Hits: 610
Josephus Problem using a Queue Hits: 1911
Random Bag Hits: 535
Deque with a Double-linked List Hits: 585
Steque with a Linked List Hits: 585

Page 2 of 4

  • 1
  • 2
  • 3
  • 4
  • You are here:  
  • Home
  • Archive
  • Algorithms

Back to Top

© 2019 Wisenheimer Brainstorm