Samond Classes Library 1.1.6-RELEASE build 132

SCBubbleSortingAlgorithm.h

Go to the documentation of this file.
00001 //
00002 //  SCBubbleSortingAlgorithm.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 25.05.12.
00006 //  Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00016 #import <scl/SCSortingAlgorithm.h>
00017 
00024 @interface SCBubbleSortingAlgorithm : SCSortingAlgorithm {
00025 
00026 }
00027 
00028 #pragma mark -
00029 #pragma mark Creating Algorithm
00030 
00035 + (SCBubbleSortingAlgorithm *)algorithm;
00036 
00037 @end
 All Classes Files Functions Typedefs Enumerations Enumerator Defines