CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Location
    jds
    Posts
    13

    What Type Of Algortihms

    HI,
    MAY I KNOW WHAT TYPE OF ALGORITHM WINDOWS3.1, WINDOWS95, WINDOWS98, WINDOWS2000, AND UNIX OPERATING SYSTEMS ARE FOLOWING? ie WHAT TYPE OF ALGORITHMS MEANS (ROUND ROBIN, FIFO, LIFO etc)

    THANKS IN ADVACE.
    BUE
    HARI

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    What exactly are you asking? Different algorithms are used for different things. Are you asking about

    1) Scheduling - tasks/threads
    2) Memory Allocation
    3) Disk Allocation
    4) Task swapping

    Round robin is typically scheduling
    FIFO/LIFO/best fit/first fit are typically allocation
    FIFO/LIFO can be scheduling or task swapping
    Succinct is verbose for terse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured