Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: GE2112 FOC - Important Programs - Rajsathya Edition
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anna University Logo

Anna University, Chennai
GE2112 Fundamentals Of Computing And Programming
Important Programs - Rajsathya Edition

Chapter 4 : Searching And Sorting

Program Attachment List :

Searching :

[ul][li]Linear search in an unsorted array[/li][li]Linear search in a sorted array[/li][li]Binary search in a sorted array[/li][/ul]
Sorting : 

[ul][li]Bubble sort[/li][li]Selection sort[/li][li]Quick sort[/li][li]Insertion sort[/li][li]Binary Tree Sort[/li][li]Heap Sort[/li][li]Merge Sort[/li][li]External Sort[/li][/ul]
Chapter 5 : Pointers And Strings

Program Attachment List :

[ul][li]Program to perform some basic operations on string[/li][li]Program to check entered name in the master list[/li][li]Program to swap elements of array of pointers to strings[/li][li]Program to allocate memory dynamically for strings, and store their addresses in array of pointers to strings[/li][li]Program to search for a string into another string[/li][li]Few more string functions[/li][/ul]


Downloads : 

Searching And Sorting : [attachment=4388]

Pointers And Strings : [attachment=4387]