Thread: Dekker's Algorithm

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    2

    Dekker's Algorithm

    Can anyone help me in implementing Dekker's Algorithm for Mutual Exclusion
    or tell me some web link
    please help me thanks

  2. #2
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    I know you have Google, too.
    Use it.
    Last edited by joshdick; 11-01-2003 at 12:32 AM.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  3. #3
    Registered User
    Join Date
    Oct 2003
    Posts
    2
    I had search but not find code for Dekker's Algo

  4. #4
    Registered User
    Join Date
    May 2003
    Posts
    1,619
    Odd, because on that search, the very first result lists enough pseudocode that I, not knowing anything about the algorithm, could easily implement it. In fact it's written pretty much in C as is.
    You ever try a pink golf ball, Wally? Why, the wind shear on a pink ball alone can take the head clean off a 90 pound midget at 300 yards.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implement of a Fast Time Series Evaluation Algorithm
    By BiGreat in forum C Programming
    Replies: 7
    Last Post: 12-04-2007, 02:30 AM
  2. Replies: 4
    Last Post: 12-10-2006, 07:08 PM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM