Archive

Author Archive

Custom Sorting with IComparer

June 21st, 2009 Ahmet Ardal 1 comment

Sorting is a common operation we perform frequently while writing code. We sort a set of data of some type, sometimes for efficient searching, sometimes for representing data in a more meaningful form and sometimes for some other purpose. Read more…

Categories: C#/.Net/ASP.Net Tags: ,

CE242-Spring’09-Homework#6

June 9th, 2009 Ahmet Ardal No comments

CE242 Data Structures and Algorithms Course @KHas – Spring 2009 – Homework #6 questions and solutions and some extra code including several different implementations of HeapSort algorithm with related test codes. Read more…

CE242-Spring’09-Homework#5

June 9th, 2009 Ahmet Ardal No comments

CE242 Data Structures and Algorithms Course @KHas – Spring 2009 – Homework #5 questions and solutions. Read more…

CE242-Spring’09-Homework#4

June 8th, 2009 Ahmet Ardal No comments

CE242 Data Structures and Algorithms Course @KHas – Spring 2009 – Homework #4 questions and solutions and some extra code about how to use the BTree binary search tree data structure module. Read more…

CE242-Spring’09-Homework#3

June 8th, 2009 Ahmet Ardal No comments

CE242 Data Structures and Algorithms Course @KHas – Spring 2009 – Homework #3 questions and solutions and some extra code for Stack and Queue data structures. Read more…

CE242-Spring’09-Homework#2

June 8th, 2009 Ahmet Ardal No comments

CE242 Data Structures and Algorithms Course @KHas – Spring 2009 – Homework #2 questions and solutions. Read more…