Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Algorithms
  4. Well and truly sorted

Well and truly sorted

Scheduled Pinned Locked Moved Algorithms
algorithmshtmlcom
10 Posts 4 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    intrepid_is
    wrote on last edited by
    #1

    Hello all, I have created a sorting algorithm that is better than Quick Sort and even competes with Introspective Sort, but is constructed in a much simpler way. I would like people to scrutinise the code, it is rather simple and shouldn't take long to look through. I want to know what people think of it. I have freely released the algorithm for anyone to use and develop further. Please go to the following link to find out more: http://www.geocities.com/nicemadnicemad/software.html Thanks. Chris Nash

    Find the simplest proof and you have the ultimate truth.

    P D U 3 Replies Last reply
    0
    • I intrepid_is

      Hello all, I have created a sorting algorithm that is better than Quick Sort and even competes with Introspective Sort, but is constructed in a much simpler way. I would like people to scrutinise the code, it is rather simple and shouldn't take long to look through. I want to know what people think of it. I have freely released the algorithm for anyone to use and develop further. Please go to the following link to find out more: http://www.geocities.com/nicemadnicemad/software.html Thanks. Chris Nash

      Find the simplest proof and you have the ultimate truth.

      P Offline
      P Offline
      peterchen
      wrote on last edited by
      #2

      A description of the algorithmm, and what makes it different from quicksort, would be nice (trawling through other peoples C sources isn't exactly a fun thing to do)


      Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
      We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
      Linkify!|Fold With Us!

      I U 2 Replies Last reply
      0
      • P peterchen

        A description of the algorithmm, and what makes it different from quicksort, would be nice (trawling through other peoples C sources isn't exactly a fun thing to do)


        Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
        Linkify!|Fold With Us!

        I Offline
        I Offline
        intrepid_is
        wrote on last edited by
        #3

        Hi everyone, Please do not worry about looking at my code now. I have had absolutely loads of excellent input and comments from the message boards at these sites: cboard.cprogramming.com www.programmersheaven.com Thank you anyway.

        U 1 Reply Last reply
        0
        • I intrepid_is

          Hello all, I have created a sorting algorithm that is better than Quick Sort and even competes with Introspective Sort, but is constructed in a much simpler way. I would like people to scrutinise the code, it is rather simple and shouldn't take long to look through. I want to know what people think of it. I have freely released the algorithm for anyone to use and develop further. Please go to the following link to find out more: http://www.geocities.com/nicemadnicemad/software.html Thanks. Chris Nash

          Find the simplest proof and you have the ultimate truth.

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          intrepid_is wrote:

          I have created a sorting algorithm that is better than Quick Sort...

          How so?


          "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

          "Judge not by the eye but by the heart." - Native American Proverb

          P U 2 Replies Last reply
          0
          • D David Crow

            intrepid_is wrote:

            I have created a sorting algorithm that is better than Quick Sort...

            How so?


            "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

            "Judge not by the eye but by the heart." - Native American Proverb

            P Offline
            P Offline
            peterchen
            wrote on last edited by
            #5

            I looked at it (even though he found "better experts" ha! ;)) As I understand it, he needs knowledge of the smallest and largest value, so he has a better partitioning at quicksort.


            Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
            We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
            Linkify!|Fold With Us!

            U 1 Reply Last reply
            0
            • D David Crow

              intrepid_is wrote:

              I have created a sorting algorithm that is better than Quick Sort...

              How so?


              "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

              "Judge not by the eye but by the heart." - Native American Proverb

              U Offline
              U Offline
              User 12346520
              wrote on last edited by
              #6

              thanks: https://movied.org

              1 Reply Last reply
              0
              • P peterchen

                I looked at it (even though he found "better experts" ha! ;)) As I understand it, he needs knowledge of the smallest and largest value, so he has a better partitioning at quicksort.


                Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                Linkify!|Fold With Us!

                U Offline
                U Offline
                User 12346520
                wrote on last edited by
                #7

                thanks: https://movied.org

                1 Reply Last reply
                0
                • I intrepid_is

                  Hello all, I have created a sorting algorithm that is better than Quick Sort and even competes with Introspective Sort, but is constructed in a much simpler way. I would like people to scrutinise the code, it is rather simple and shouldn't take long to look through. I want to know what people think of it. I have freely released the algorithm for anyone to use and develop further. Please go to the following link to find out more: http://www.geocities.com/nicemadnicemad/software.html Thanks. Chris Nash

                  Find the simplest proof and you have the ultimate truth.

                  U Offline
                  U Offline
                  User 12346520
                  wrote on last edited by
                  #8

                  thanks: https://movied.org

                  1 Reply Last reply
                  0
                  • P peterchen

                    A description of the algorithmm, and what makes it different from quicksort, would be nice (trawling through other peoples C sources isn't exactly a fun thing to do)


                    Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                    We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                    Linkify!|Fold With Us!

                    U Offline
                    U Offline
                    User 12346520
                    wrote on last edited by
                    #9

                    thanks: https://movied.org

                    1 Reply Last reply
                    0
                    • I intrepid_is

                      Hi everyone, Please do not worry about looking at my code now. I have had absolutely loads of excellent input and comments from the message boards at these sites: cboard.cprogramming.com www.programmersheaven.com Thank you anyway.

                      U Offline
                      U Offline
                      User 12346520
                      wrote on last edited by
                      #10

                      thanks: https://movied.org

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups