Welcome Guest ( Log In | Register )

IPB

 
RépondreNouveau sujet
» TRIE data structures
Safecracker
post Jul 29 2005, 05:47 PM
Post #1


The guy under magikgrl
Group Icon

Group: Premium
Posts: 1,586
Joined: 1-August 04
From: Outside your window
Member No.: 283




Would their be any use in doing a TRIE data structure article based around the .net language?


--------------------
There are only two kinds of programming languages: those people always bitch about and those nobody uses.
Go to the top of the page
 
+Quote Post
ef-five
post Jul 29 2005, 06:37 PM
Post #2


Member
*

Group: Members
Posts: 45
Joined: 24-June 05
Member No.: 705




QUOTE (Safecracker @ Jul 29 2005, 05:47 PM)
Would their be any use in doing a TRIE data structure article based around the .net language?
*


I imagine that would depend on the audience.
Go to the top of the page
 
+Quote Post
spector
post Jul 29 2005, 07:39 PM
Post #3


(/x. xx) (/x. xx)
**

Group: Members
Posts: 332
Joined: 27-April 04
From: Every where, and nowhere
Member No.: 133




Well if you want to do to learn about .net or something that would be fine, but I do nto think there is any real use it beyond educational value. Any decent programmer (haha any Csci grad could do it in there sleep, *shutters* remembering my data structures classes smile2.gif ) could do that with out much trouble in a .net language.

And there are already good totourals out there for those that have forgotten those Data sctucs classes.
Eg. http://www.thecodeproject.com/csharp/patriciatrie.asp

But if you want to do so have at it wink3.gif

This post has been edited by spector: Jul 29 2005, 09:21 PM


--------------------
QUOTE
Black holes are where God divided by zero.
    -- Steven Wright
Go to the top of the page
 
+Quote Post
Safecracker
post Jul 30 2005, 02:39 AM
Post #4


The guy under magikgrl
Group Icon

Group: Premium
Posts: 1,586
Joined: 1-August 04
From: Outside your window
Member No.: 283




No doubt that it isn't hard to do spector, I was asking to see if anyone felt it would be educational to them as their is not that much on TRIE structures being done using .net. You listed the most common one found on google, the Patricia trie. This seems to be the only one covered in depth that I could find and due to myself already understandind several different TRIE data structures I was concidering writing about it.

The subject is covered well in other languages (although I understood it before any classes on data structures/algorithms) and is a easy concept I was thinking of our audiance here and if it would help them as I didn't know who here uses what languages.

A tutorial is always for educational value, what other purpose would it be written for?


--------------------
There are only two kinds of programming languages: those people always bitch about and those nobody uses.
Go to the top of the page
 
+Quote Post
ef-five
post Jul 30 2005, 10:05 AM
Post #5


Member
*

Group: Members
Posts: 45
Joined: 24-June 05
Member No.: 705




I guess I'm confused as to why you asked to begin with then. There are hundreds of tutorials all covering the same topics, but that doesn't stop people from writing more. The thing to consider is that the way you word something may make more sense to the person reading it than the way someone else worded it did, so there is always value in the effort as far as I'm concerned.

I doubt that it would be in high demand of the immediate audience here, but that isn't to say that it wouldn't help people that visit the site currently and/or in the future.
Go to the top of the page
 
+Quote Post
Safecracker
post Jul 30 2005, 11:09 AM
Post #6


The guy under magikgrl
Group Icon

Group: Premium
Posts: 1,586
Joined: 1-August 04
From: Outside your window
Member No.: 283




I asked to see if their was a interest from the ppl on this forum, that is why I asked here and not someone else, if their was an interest I would write it and post it here instead of somewhere else. I may still write it at some point in time but I would rather write articles which would have an inpact on the users here at this point in time (unless I'm being paid then I'll do as my editor tells me to)


--------------------
There are only two kinds of programming languages: those people always bitch about and those nobody uses.
Go to the top of the page
 
+Quote Post
wyckedone
post Jul 30 2005, 01:40 PM
Post #7


VIP
*****

Group: Members
Posts: 4,077
Joined: 18-March 04
Member No.: 48




Just write it and post it.


--------------------
Go to the top of the page
 
+Quote Post
spector
post Jul 30 2005, 04:58 PM
Post #8


(/x. xx) (/x. xx)
**

Group: Members
Posts: 332
Joined: 27-April 04
From: Every where, and nowhere
Member No.: 133




Go ahead and write it, I am sure it will be helpful to some. Personally I find language of implantation to be a minor issue, I think it is trivial to go between languages if you know basic concepts. But if you are going to do a .net language it may be more interesting if you tried one of the less common ones.
C# is so close to Java that you can other then changing the necessary library calls you can all most compile a Java app with C#, and Well VB.net is just not very interesting, Mranda or F# on the other hand might be cool.

Yeah I could do that before my Data Scruc classes too, I just have then burned in to my head after that hoard class. We had to memorize varus data structs implantations and recite them on tests.. I think that is a awful way to teach that matteral but that is another topic all together.


--------------------
QUOTE
Black holes are where God divided by zero.
    -- Steven Wright
Go to the top of the page
 
+Quote Post
Safecracker
post Jul 30 2005, 05:05 PM
Post #9


The guy under magikgrl
Group Icon

Group: Premium
Posts: 1,586
Joined: 1-August 04
From: Outside your window
Member No.: 283




I'm not a fan of .net stuff but due to getting some interesting job offers it seems as though I need to lookm more closely at it and that's yet another reason I'm doing it around .net. I agree if you understand the concepts you should be able to implement them in any language but alot of programmers learn much easier if they can see an example in a language they understand.

Learning has to be fun or less gets retained but thats just my opinion.


--------------------
There are only two kinds of programming languages: those people always bitch about and those nobody uses.
Go to the top of the page
 
+Quote Post
bobo
post Jul 31 2005, 12:30 AM
Post #10


VIP
Group Icon

Group: Premium
Posts: 2,326
Joined: 9-August 04
Member No.: 299




weren't you going to write an article on WI-FI protocols or something?? I am still waiting for that one..



That sounded interesting


--------------------
Go to the top of the page
 
+Quote Post
Safecracker
post Jul 31 2005, 04:59 AM
Post #11


The guy under magikgrl
Group Icon

Group: Premium
Posts: 1,586
Joined: 1-August 04
From: Outside your window
Member No.: 283




Ya, I had some file corruption and lost my work on that but I can still do it if your interested. I wrote a article on win2k TCP/IP since thern but I won't know if I can release it to public untill later this comming month (due to an editor looking at it)


--------------------
There are only two kinds of programming languages: those people always bitch about and those nobody uses.
Go to the top of the page
 
+Quote Post
bobo
post Jul 31 2005, 11:09 PM
Post #12


VIP
Group Icon

Group: Premium
Posts: 2,326
Joined: 9-August 04
Member No.: 299




I am would interesting in see the wi-fi article


--------------------
Go to the top of the page
 
+Quote Post

Reponse rapideRépondreNouveau sujet
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version
Time is now: 10th September 2010 - 04:38 AM
Skin by IPB FR - IPB Europe