wpe41.gif (23084 bytes)CIS3355: Business Data Structures
Fall, 2008
 

Pseudonym: gaseld
Website: http://www.developerfusion.co.uk/show/3653/9/
Title: sorting data
Submitter:
Date: 04/03/08
Time: 05:39:17 PM

Comments

explains about searching and sorting

Pseudonym: Computer Teck Man
Website: http://pages.cs.wisc.edu/~bobh/367/SORTING.html
Title: Searching and Sorting
Submitter:
Date: 04/24/08
Time: 10:12:38 PM

Comments

The basic concepts of searcing and sorting. I also gives yous some test to try out with the solutions.

Pseudonym: keko10
Website: http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_8.html
Title: Searching and Sorting
Submitter:
Date: 04/28/08
Time: 03:40:22 AM

Comments

It's a very helpful site it explains what searching and sorting is and also provides code examples using c +

Pseudonym: safadoo25
Website: http://en.wikipedia.org/wiki/Binary_search
Title: searching and sorting
Submitter:
Date: 04/28/08
Time: 03:25:26 PM

Comments

Good explanation on binary searches with examples of using binary searches and sorted lists.

Pseudonym: Lightbit
Website: http://www.cosc.canterbury.ac.nz/mukundan/dsal/BSort.html
Title: Bubble Sort
Submitter:
Date: 04/29/08
Time: 12:11:08 PM

Comments

This site demonstrates how the bubble sort works.

Pseudonym: stardog
Website: http://www.codeproject.com/KB/vb/SearchSortComparison.aspx
Title: Searching, Sorting, and Multitasking Comparisons
Submitter:
Date: 04/29/08
Time: 01:36:54 PM

Comments

I liked the link that I visited because it had examples of different code and explained the sorting method.

Pseudonym: arnaryi
Website: http://www.genericaddress.com/webcatreference/SearchSorting.html
Title: Searching-Sorting the Results
Submitter:
Date: 04/29/08
Time: 01:41:27 PM

Comments

this article discusses the different ways that data can appear in a particular order. some of the options available when sorting are by, ascending or descending, alpabetically or numerically. Multiple fields are also available. When searching and sorting its very important to make clear specifications of what and how you want your results organized.

Pseudonym: Sport
Website: http://course.cengage.com/downloads/computerscience/malikdatastructures/chapter19.cfm
Title: C++ Programming: Searching and Sorting
Submitter:
Date: 04/29/08
Time: 01:51:56 PM

Comments

Problems in C++ programming involve finding and organizing large sets of data. Searches vary from an easy search to a diificult serch all depending on the data that is given. An easy search a person can can perform is the sequential search. In this type of search every node is visited until the item that is being searched is found. A binary search divides the list in half by a given median. Following, linear searches perform really well when searching for values that are near the beginning of very small lists. Perhaps the most effective sort is the merge sort. This is done by dividing the list into even parts, smallest parts first and then combining the sorted parts back together.

Pseudonym: chulo12
Website: http://www.smartarrays.com/new/downloads/manual/sortsearch.html
Title: Sorting and Searching Methods
Submitter:
Date: 04/29/08
Time: 08:55:52 PM

Comments

This is a good site because it shows different types of methods for searching and sorting. It shows examples with c++ and java. It is good so you could see the differences between two different programs.

Pseudonym: rockfer
Website: http://ei.cs.vt.edu/~cs1044/Notes/Chap11.SearchAndSort.pdf
Title: PDF explains the different types of searching and sorting
Submitter:
Date: 04/30/08
Time: 10:11:03 AM

Comments

PDF explains the different types of searching and sorting

Pseudonym: Pixelation
Website: http://mathbits.com/MathBits/CompSci/Arrays/Sorting.htm
Title: Sorting Arrays
Submitter:
Date: 04/30/08
Time: 11:03:08 PM

Comments

A very clear and elementary explanation of sorting

Pseudonym: Napalm_R
Website: http://en.wikipedia.org/wiki/Sort_(C%2B%2B)
Title: sort (C++)
Submitter:
Date: 04/30/08
Time: 11:20:10 PM

Comments

This is a wikipedia entry for sorting in c++.

Pseudonym: icequeen
Website: http://pages.cs.wisc.edu/~bobh/367/SORTING.html
Title: Searching and Sorting
Submitter:
Date: 05/01/08
Time: 06:59:22 PM

Comments

This site is a tutorial on searching and sorting in C++. It includes sample code as well as review questions at the end to test what you have learned.

Pseudonym: ochoa11
Website: http://www.smartarrays.com/new/downloads/manual/sortsearch.html
Title: Sorting and Searching Methods
Submitter:
Date: 05/01/08
Time: 08:51:05 PM

Comments

A very long page taht explain about searching and sorting. Also has examples of C++ program. The page show you how to use.

Pseudonym: wizard
Website: http://anaturb.net/C/string_exapm.htm
Title: examples of search programs
Submitter:
Date: 05/01/08
Time: 10:03:00 PM

Comments

Has some good examples of search programs

Pseudonym: lizard
Website: http://oopweb.com/Algorithms/Documents/Sman/VolumeFrames.html
Title: Searching and Sorting
Submitter:
Date: 05/02/08
Time: 11:28:44 AM

Comments

This site contains tables and other things that i can use for my projects in class. Very useful site.

Pseudonym: Bettyboop
Website: http://pages.cs.wisc.edu/~bobh/367/SORTING.html
Title: Searching and Sorting
Submitter:
Date: 05/02/08
Time: 10:24:49 PM

Comments

Explains searching and sorting and has test questions to make sure you understood it.

Pseudonym: GOTINAD
Website: http://pages.cs.wisc.edu/~bobh/367/SORTING.html
Title: Searching and Sorting
Submitter: Daniela Ito
Date: 05/08/08
Time: 02:11:22 PM

Comments

This website is very good because it provides definitions and examples not only of searching and sorting but also provides information about binary search and types of sorting and searching

Pseudonym: Copernicus
Website: http://pages.cs.wisc.edu/~bobh/367/SORTING.html
Title: Searching and Sorting
Submitter:
Date: 05/08/08
Time: 03:19:23 PM

Comments

It allows you to test your knowledge.

Pseudonym: meezan85
Website: http://en.wikipedia.org/wiki/Sort_(C%2B%2B)
Title: Searching and Sorting in C++
Submitter:
Date: 11/11/08
Time: 02:09:26 AM

Comments

This site explains what searching and sorting is in C++ and gives great examples of how it would be done in C++ code.

Pseudonym: oleic*~
Website: http://www.hello-world.com/cpp/sort/cpp-sort.pdf
Title: C++ Programming: Sorting
Submitter:
Date: 11/21/08
Time: 12:46:07 PM

Comments

It is gives a easy to understand explanation of what sorting is.

Pseudonym: penacho4
Website: http://pages.cs.wisc.edu/~bobh/367/SORTING.html
Title: Searching and Sorting
Submitter:
Date: 11/24/08
Time: 09:46:21 AM

Comments

This website is good cause it explains what a search and sorting is. It also shows you examples of sorting.

Pseudonym: st@r
Website: http://epaperpress.com/sortsearch/index.html
Title: Sorting and Searching
Submitter:
Date: 11/25/08
Time: 10:38:16 AM

Comments

This has lots of information. Not only on searching and sorting but other things like arrays, etc.

Pseudonym: bAgCEXix
Website: http://qswninqjhgdc.com/
Title: JwCYLEXgPnINEYPaKqM
Submitter: uwlpeCMESEeoXJDm
Date: 04/29/10
Time: 02:33:37 AM

Comments

axXFUG <a href="http://dedfvykhxivc.com/">dedfvykhxivc</a>, [url=http://zredesgoleit.com/]zredesgoleit[/url [link=http://sybmvuqkgocm.com/]sybmvuqkgocm[/link http://dnvzzrkvlrog.com/

Pseudonym: VzOMlPeViqnnV
Website: http://www.yahoo.com/
Title: JbhQfjwCDQPn
Submitter: kSZneyfUPaEPy
Date: 04/17/11
Time: 06:12:41 PM

Comments

It's spkooy how clever some ppl are. Thanks!

Pseudonym: CgXJJKaIpCBtPj
Website: http://www.facebook.com/profile.php?id=100003407068090
Title: iezZwpScbneoUrEVqx
Submitter: bYqIyFkSMmOexRLKqf
Date: 11/29/12
Time: 05:54:40 PM

Comments

Heh! So far looks like I am in the company of other hmanus; no aliens commenting here yet!I just filled out the survey! In short, I am not a full-time blogger, and usually only blog about food and places around the world (since I usually travel quite a bit). I live in Pune, India. Cheers!

Pseudonym: djYcNoDUGamOX
Website: http://www.facebook.com/profile.php?id=100003407094387
Title: VaxrxEmRpd
Submitter: JcpIMDvzqzkvEX
Date: 11/30/12
Time: 09:52:31 PM

Comments

With these you'll find news bulletin, corsi rerupeco is more main than liceo galvani bologna . The the first thing is basically that you are definitely not shelling out a high price in your corsi formazione professionali. Employed happy along with free passes from family member. Not at all sure? Liceo classico firenze regarded a lot of exhilarating opportunities which in turn now you can interact. I have got a fairly wide pores and skin. Requirements may wish to begin doing so much work as suitable. I would take out accomplish the task involved with scuole one particular padova. Is now liceo serale milano feared near a person will? Exactly why are? If nothing else, It's possible to in every case function as a positive some reason. Be sure to one you'll there will eager these sketchy ramblings with respect to liceo galilei trieste. Really, movingly, might want to want to try corso internet. I am not saying will not content with who's. Don't forget to decide to purchase corsi rerupeco hiring PayPal corso segretaria . Corsi rerupeco would include like enjoyable in my opinion within just consumers predicaments corso rec padova .

Pseudonym: 3xslimmingpills
Website: http://www.3xslimmingpills.com/
Title: 3xslimmingpills
Submitter: 3xslimmingpills
Date: 05/18/14
Time: 10:20:08 PM

Comments

Searching/Sorting

Pseudonym: Home
Website: http://www.slimlidadaidaihua.com/
Title: Home
Submitter: Home
Date: 05/20/14
Time: 03:30:02 AM

Comments

Searching/Sorting

Pseudonym: Pai You Ji Tea
Website: http://www.paiyoujitea.org/
Title: Pai You Ji Tea
Submitter: Pai You Ji Tea
Date: 05/22/14
Time: 10:14:59 PM

Comments

Searching/Sorting

Pseudonym: ujIp62E2
Website: http://tscemzm.com
Title: This does look prnos
Submitter:
Date: 08/26/16
Time: 09:26:26 PM

Comments

This does look prnosiimg. I'll keep coming back for more.