Rapid sort


the rapid sort or instant sort (name of hardware version) is a sorting algorithm in which data is used to address the contents of an indexed array and the contents then incremented. the counts are then read from each location in sequential order by incrementing the index and printing the index the same number of times as the content values. sorting is therefore transparent, automatic and instantaneous.

dim a(9999999)
‘— beginning of first “p-ss” ———
for i=1 to 100
n=int(4-rnd)
a(n)=a(n)+1
next i
‘— beginning of second “p-ss” ——–
for i=0 to 9999999
do
if a(i)>0 then print i
a(i)=a(i)-1
loop until a(i)=0
next i
end
i used the rapid sort to put my phone numbers in numerical order.

Read Also:

  • Rapistual

    one that likes to rape or looks like they would like to rape. it can also be used as the definition of a feeling you are experiencing – see second example below.. why, look at that man, he surely has rapistual tendancies… i am feeling a tad rapistual today (you may then go and find […]

  • Sub 90

    an insulting term used to refer to any particularly stupid person; a moron, imbecile. literally: a person having an iq below 90. that guy was a complete sub 90.

  • stypering

    stypering this is when a person studders while typing text i ddd dont have a sss stypering ppp problem

  • suavekward

    to be both suave and awkward in certain social situations hey, when you wear those gl-sses, you kind of look suave. really? what if i looked at people like this? (creepy stare) then you’d look awkward so…i’m suavekward?

  • Subcess

    in youtube culture, it means your subscriptions posting a video. it can also mean getting more subscribers. success+subcripe= subcess!! sxephil posted another video! subcess!


Disclaimer: Rapid sort definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.