Hey guys I need some help with my assignment. First let me start off by telling you guys that I am new to program writing. My professor isn't helping us at all, in fact half of my class has dropped the course. I have to write a program that has a sorted list that can't be an array. I must also incorporate a palindrome into the program and it must be in GUI. Can some one help?
visual one 0 Newbie Poster
Recommended Answers
Jump to Postyou can't use any of the standard List classes for that.
There's a SortedSet which you could use but it isn't a List.Either use another style of Collection or write your own SortedList which I've actually done about 2 years ago, took me only a few hours.
Can't …
Jump to Postany code you write during office hours belongs to the company, not just complex code.
Depending on your contract (and legal conditions in your locale) they could even claim that any code you write during your spare time belongs to them as well.
All 7 Replies

iamthwee
visual one 0 Newbie Poster

iamthwee
visual one 0 Newbie Poster
jwenting 1,905 duckman Team Colleague

iamthwee
jwenting 1,905 duckman Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.