Basics in algorithms
What is Big O notation? (link Stackoverflow)
It is relative representation of the complexity of an algorithm
Sorting Algorithms
Sorting algorithms are often classified by
Computational complexity
of elements in terms of the list size
of swaps
Memory usage
Recursion
Stability
Adaptability
Popular sorting algorithms
Simple sorts : Insertion sort, Selection...
Tuesday, November 30, 2010
Tuesday, November 23, 2010
Modifiers in C#
Modifiers are used to modify declarations of types and type members. Following are the modifiers comes in C# (MSDN)
sealed #
In classes, sealed modifier prevents other classes from inheriting from it.
Can also use sealed modifier on a method or property that overrides a virtual method or property in a base class
Enables you to allow classes to derive from your class and prevent them overriding...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.