Talk:Data structure

From Wikipedia, the free encyclopedia

This article is within the scope of WikiProject Computer science, which aims to create a comprehensive computer science reference for Wikipedia. Visit the project page for more information and to join in on related discussions.
Start rated as Start-Class on the assessment scale
Top rated as Top-importance on the assessment scale

Contents

[edit] Routing tables

Can someone who is a little more familiar with routing tables as data structures take the initiative to clarify this sentence?

For example, B-trees are particularly well-suited for implementation of databases, while routing tables rely on networks of machines to function.

The linked article does not really discuss routing tables as a data structure so much as it examines their role in the network ecosystem. "while routing tables enable networks of machines to function" describes their function better, it doesn't really say anything about routing tables as data structures. Perhaps another example altogether would be better?

--gortsack 18:24, 18 April 2006 (UTC)

[edit] Haphazard Categorization

My categorization scheme for the links from this page is rather haphazard. If anyone has good ideas on how to organize it, be bold. --BlckKnght


[edit] Desktop file browser dream

(omitted discussion of my dream of how a Desktop File Browser and integrated Web Browser should be designed) brettz9

Hi Brett, you raise some interesting points here; what would make things a bit closer to this vision is a better file browser widget for Mozilla, but who knows if/when this will happen. Anyway, since this text represents your own philosophy, it cannot follow Wikipedia's neutral point of view policy. The place for this article is on the Meta-Wikipedia. -- Merphant 12:52 Jan 21, 2003 (UTC)

Thanks for the suggestions...However, as far as I could tell, Meta-Wikipedia seemed just concerned about general things of concern to Wikipedia itself rather than its specific content.

I was also told that it was all right to put opinions and such in the discuss pages such as this.

On further reflection, I have come to the thought that discuss pages should probably be limited to debating the content that is appropriate at the site even if opinions are permitted (in order to allow for this discussion to take place without too many distractions). Maybe in the absence of a universal categorized wiki site for sharing idea and invention concepts, a person could just put an external link at the wikipedia page in question (leading to an individual's wiki site or Usenet discussion, etc. dedicated to sharing ideas on that wikipedia page's topic (e.g., computer science)) brettz9

[edit] List of data structures

I changed the line "This is an incomplete list of data structures:", because it is unprofessionial. —Noldoaran (Talk) 22:15, Feb 14, 2004 (UTC)

In line with standard practice here, the list of data structures should be a free-standing page, separate from this one.

Charles Matthews 09:52, 3 May 2004 (UTC)

Right. What holds you up to do so? Anyway, I have separated the list. -- Taku 10:02, May 3, 2004 (UTC)
An New Folder(37.0 kb) this name 123.
 
An Structre are so 37 kb. being prosess.  —The preceding unsigned comment was added by 117.98.33.10 (talk) 06:36, August 21, 2007 (UTC) 

[edit] Node merge

The article on Node_(computer_science) contains little info. Ripper234 20:29, 2 April 2006 (UTC)


DEAR WIKIPEDIA PPL. perhaps you should tell me what the fuck a NODE IS instead of telling me that it links to other shit and does other shit. —The preceding unsigned comment was added by 140.180.153.198 (talkcontribs) 04:24, 6 April 2006 (UTC).

DEAR UNINFORMED IDIOT. something that 'links to shit and does other shit' is exactly 'what the fuck' a node is. enjoy —The preceding unsigned comment was added by 81.132.20.207 (talk • contribs) 13:28, 8 April 2006 (UTC).

I'm un-merging the node article. 140.180.153.198 has a point, that nodes themselves deserve an explanation. --Snarius 23:33, 3 August 2006 (UTC)

[edit] Link removal

SOMEONE removed this important link http://www.alnaja7.org/Programmer/215/ITCS_215.htm , is there any reason ??Alhoori 19:01, 20 May 2006 (UTC)

It's a link to your personal site; your recent edits suggest that you are trying to use Wikipedia to promote it. Can you explain why you think it's so important? OhNoitsJamieTalk 20:27, 20 May 2006 (UTC)
Do you know data structure ? can you give me an easy explanation of it ? why you don't like others to benefit from any information ? did you read the links ? did you see how easy they are explained ? If you can explain the data structure topic easier than that , then please remove my link ! Alhoori 21:45, 20 May 2006 (UTC)
Yes, as a matter of fact, I use standard Java data structures (and write custom ones) on a daily basis. This article (and the few .edu external links) explain them just fine for an encyclopedia article. Once again, WIkipedia is not a vehicle to promote your personal website. OhNoitsJamieTalk 22:00, 20 May 2006 (UTC)
Until now u didn't give a good reason , why you removed the links . Does it matter if a useful personal site ? why don't you do a useful tutorial so that you add it ? I taught DS course for 3 years , so I believe this tutorial should be there . Moreover , it already was there for around 2 months ago , until the site have problems 2 days ago . Alhoori 01:12, 21 May 2006 (UTC)

If the content is good it should be there. I haven't checked it, though.

[edit] Link removal

Please tell me what is wrong about the following link which is removed 3 times?

  • Bruno R. Preiss, Data Structures and Algorithms with Object-Oriented Design Patterns in C++, Java,

C#, Python, Ruby

I am not promoting anything and I don't know the author either. This is just a useful link to some valuable academic content, and the author has put his work freely for people to use and learn. So what is undesirable for you about it that you remove it everytime?

If you're going to remove it again, please also give an answer here.s

data structure is a collection of d,f,a.means that D(Domain),F(Function),A(Axioms) D=this is the range of values that the data may have.this domain is also termed as data object. F=this is set of operation which may legally be applied to elements of data object.this implies that for a data structure we must specified the set of operations. A=this is the set of rules with which the different operation belongs to F actually can be implemented. —The preceding unsigned comment was added by 121.247.167.58 (talk) 12:24, August 22, 2007 (UTC)