Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CalicoKitty

  1. CalicoKitty

    Find Median

    A good linear algorithm for finding the kth order statistic is found on many websites, it is too long for me to recopy, so here is a site: http://www.cs.uiowa.edu/~jjkari/44_03/median.pdf I have used this algorithm (or a variation of it) and it works pretty well. Denise
  2. CalicoKitty

    Finding total memory used and elapsed real-time

    I'm writing a program that analyzes several algorithms and need to find out how much memory is used and how much real-time has elapsed. Can I just use sbrk(0) before and after each algorithm to analyze the memory usage? Does anybody have any suggestions for the elapsed real-time usage? I can...

Part and Inventory Search

Back
Top