Thread: data structure/computing industry

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    10

    data structure/computing industry

    Does anyone know wich particular data structures and algorithms are currently used within the computing industry?

    I'm trying to get some information on internet, but I cannot find anything.

    Thanks.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    This is entirely too broad a question.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708

    Re: data structure/computing industry

    Originally posted by chema124
    Does anyone know wich particular data structures and algorithms are currently used within the computing industry?

    I'm trying to get some information on internet, but I cannot find anything.

    Thanks.


    Some of the more popular ones are linked lists, stacks, b-trees, queues, hash tables, ordinary arrays, and - as already indicated - many others.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. simultaneously waiting for data on FIFO and UDP using select call
    By yogesh3073 in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-05-2007, 09:53 AM
  2. Program Crashing
    By Pressure in forum C Programming
    Replies: 3
    Last Post: 04-18-2005, 10:28 PM
  3. Errors
    By Rhidian in forum C Programming
    Replies: 10
    Last Post: 04-04-2005, 12:22 PM
  4. Binary Tree, couple questions
    By scoobasean in forum C Programming
    Replies: 3
    Last Post: 03-12-2005, 09:09 PM
  5. Replies: 1
    Last Post: 07-31-2002, 11:35 AM