Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 5
There are 1 users currently browsing forums.
C and C++ Programming C and C++ are both robust and hugely popular programming languages that are used in multiple facets of programming, ranging from games to operating systems to simple text editors. To dicuss and seek advice, ask around here.

Reply
  #1  
Old 03-29-2008
New Born
 
Join Date: Mar 2008
Posts: 3
Rep Power: 0
foxinema is on a distinguished road
Can u solve this problem ?? (programming skill survey)

Hey guys , i am doing survey about programming ability that will help to find the result on people's ability of programming (how do they understand the concept of data structure) . I give the link below to download


http://myfreefilehosting.com/f/20176e8009_0.05MB



The result is based on how they fulfill all those components (linked-list, tree, graph and so on) as well as the algorithm itself the more efficiency the better . those who have solved the problem can submit your source code to my email foxinema@opensuse.us or handinugraha@gmail.com

Try your best
Reply With Quote
  #2  
Old 03-29-2008
hot_cakes's Avatar
Moderat0r!!1
 
Join Date: Aug 2005
Location: Bristol, UK
Age: 27
Posts: 2,939
Rep Power: 7
hot_cakes will become famous soon enough
Re: Can u solve this problem ?? (programming skill survey)

The requirement for it to be efficient is possible isn't really necessary. Two systems that are "fast enough" will probably be indistinguishable in terms of speed. This would be 100 times easier to write in a dynamic language and *easily* fast enough i.e. the difference would be imperceptible to the user.

The fact that you are encouraged to use various data structures is a bit silly. By making these suggestions you are stopping people from implementing different and potentially better solutions. For example, I'd say simple database-driven approach would solve the problem much more simply than explicitly using linked lists, trees and graphs explicitly. Of course, you could be asking people to construct the software from scratch, but this requirement should be mentioned explicitly.

Edd
__________________
Visit me at: mr-edd.co.uk
Languages: Python | Lua
Compilers: MinGW | MSVC++9
Libraries: Boost | gtkmm
Reference: Dinkumware | a.c.l.l.c-c++ FAQ
Reply With Quote
  #3  
Old 03-29-2008
New Born
 
Join Date: Mar 2008
Posts: 3
Rep Power: 0
foxinema is on a distinguished road
Re: Can u solve this problem ?? (programming skill survey)

So u mean u can not solve it ? As a programmer u should be able to work on the program in whatever condition . The needed requirement is actually to measure how good u are in that area ,
Reply With Quote
  #4  
Old 03-29-2008
New Born
 
Join Date: Mar 2008
Posts: 3
Rep Power: 0
foxinema is on a distinguished road
Re: Can u solve this problem ?? (programming skill survey)

ok..the efficient one is not necessary , as long as u can solve it that is better
Reply With Quote
  #5  
Old 03-30-2008
hot_cakes's Avatar
Moderat0r!!1
 
Join Date: Aug 2005
Location: Bristol, UK
Age: 27
Posts: 2,939
Rep Power: 7
hot_cakes will become famous soon enough
Re: Can u solve this problem ?? (programming skill survey)

Quote:
foxinema originally posted: View Post
So u mean u can not solve it ?
I'm sure I could solve it just fine.

But if I was forced to do it in the way you suggest I would get very frustrated because I'd end up with what I would consider an ugly and over-engineered solution.

Quote:
As a programmer u should be able to work on the program in whatever condition . The needed requirement is actually to measure how good u are in that area ,
So you won't give bonus points for better solutions? What is it that makes you think your suggestions are a good way of solving the problem?

My point is that you should specify requirements, but not implementation details. Requirements come from the customer, the most suitable implementation is best decided by the programmer.

Edd
Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux: Binary packages, to solve the un-uninstallable source package problem _jameshales Articles, Tutorials, and Guides 4 01-08-2006 11:54 PM
Let's get some stuff straight here...(game programming and c++) jverkoey C and C++ Programming 14 10-04-2005 10:03 AM
Programming links Hybr!d Articles, Tutorials, and Guides 3 09-24-2005 05:52 AM