top of page
Send a Mail to Course Teaching Faculty

Your details were sent successfully!

Quotes

“I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.” 
                                                      ― Linus Torvalds

In The News

Computing: Common 'data structure' revamped to work with multicore chips

 

Every undergraduate computer-science major takes a course on data structures, which describes different ways of organizing data in a computer's memory. Every data structure has its own advantages: Some are good for fast retrieval, some for efficient search, some for quick insertions and deletions, and so on.

bottom of page