TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ray kanol
NA
1
0
problem involving matrix & binary search tree
Apr 22 2008 8:28 AM
Hi,i am a new guy on this forum.I have only recently
taken to C# programming and facing a few problems.I hope
to get some help here and get to know some people.
My present problem looks like this:-
I have a 5x5 Matrix. Each cell consists a string value
ex: URL of any website.
I want to find out which string value occurs( i.e.
repeats ) maximum no. of times in the matrix.
I have a hint that BINARY SEARCH TREE will be used here
and that NODE class in c# may be used to implement
trees.
The output can be in the form of array/matrix/Binary
Search Tree etc.
I am not allowed to use unsafe block to create/access
trees.
Reply
Answers (
1
)
resource leak in thread termination?
WaitOne method