get consultation

C# Algorithms
Class Syllabus

alt
Prerequisites

C# Foundation (C# L1)

alt
Class Length

24 hours

alt
Class Text Book

Microsoft Press

Description
A good all-around class for new .NET developers, this class is an introduction to algorithm techniques and data structures. It is designed for those who may not have a formal computer science background, but have development experience and are interested to create their own tools using C# . This class is also a good refresher course for those who have been away from structured coding for some time.

The topics include fundamental strategies used for sorting, binary searching, stacks, queues, dynamically-sized arrays, parsing numbers and strings, lists, and binary trees.

This class includes many, hands-on exercises.