Go Back   EcoModder Forum > Off-Topic > The Lounge
Register Now
 Register Now
 


Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 08-14-2015, 01:02 PM   #11 (permalink)
Master EcoModder
 
Join Date: Jun 2008
Location: Earth
Posts: 5,209
Thanks: 225
Thanked 811 Times in 594 Posts
Quote:
Originally Posted by freebeard View Post
Sorting is nontrivial to programmers:
No. Sorting is non-trivial to computer science students. Once you pass the basic algorithms course, about all you do is call qsort (or equivalent function in your employer's language of choice) when you need a program to sort something. Or call the sort function in your editor, use "ls -rt" if you want a list of files sorted by date, &c.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 08-14-2015, 01:33 PM   #12 (permalink)
Moderator
 
Vman455's Avatar
 
Join Date: Feb 2012
Location: Urbana, IL
Posts: 1,936

Pope Pious the Prius - '13 Toyota Prius Two
Team Toyota
SUV
90 day: 51.62 mpg (US)

Tycho the Truck - '91 Toyota Pickup DLX 4WD
90 day: 22.22 mpg (US)
Thanks: 199
Thanked 1,800 Times in 938 Posts
More than you ever wanted to know about this. Personally, I like the space separator more than commas or dots (1 000 000 rather than 1,000,000 or 1.000.000), but I never see numbers written that way.
__________________
UIUC Aerospace Engineering
www.amateuraerodynamics.com
  Reply With Quote
Old 08-15-2015, 01:59 PM   #13 (permalink)
Master EcoModder
 
Join Date: Jun 2008
Location: Earth
Posts: 5,209
Thanks: 225
Thanked 811 Times in 594 Posts
Quote:
Originally Posted by Vman455;
Personally, I like the space separator more than commas or dots (1 000 000 rather than 1,000,000 or 1.000.000), but I never see numbers written that way.
Bet you've never tried to write a program to parse numeric input written that way :-)

Last edited by jamesqf; 08-16-2015 at 12:32 PM..
  Reply With Quote
Old 08-15-2015, 02:56 PM   #14 (permalink)
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 27,649
Thanks: 7,764
Thanked 8,575 Times in 7,061 Posts
Quote:
No. Sorting is non-trivial to computer science students.
I guess I used 'nontrivial' because it sounds like coder slang. What I was reaching for was 'rich source of algorithmic complexity'.



Names are that way too:

Falsehoods Programmers Believe About Names | Kalzumeus Software

  Reply With Quote
Reply  Post New Thread


Thread Tools




Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com