Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

Recursive Sort Example

Language: Layout:
+ ] Compiler args - ] Show input
Compilation time: 0.62 sec, absolute running time: 0.1 sec, cpu time: 0.05 sec, memory peak: 3 Mb, absolute service time: 0,73 sec 
edit mode |  history  | discussion
Enter n: 
n = 10

Initial array = 24 74 4 95 54 45 79 85 19 78 
Entering into recursiveSort:  n = 10, Address of array = 0xb46030
   Entering into recursiveSort:  n = 9, Address of array = 0xb46034
      Entering into recursiveSort:  n = 8, Address of array = 0xb46038
         Entering into recursiveSort:  n = 7, Address of array = 0xb4603c
            Entering into recursiveSort:  n = 6, Address of array = 0xb46040
               Entering into recursiveSort:  n = 5, Address of array = 0xb46044
                  Entering into recursiveSort:  n = 4, Address of array = 0xb46048
                     Entering into recursiveSort:  n = 3, Address of array = 0xb4604c
                        Entering into recursiveSort:  n = 2, Address of array = 0xb46050
                           Entering into recursiveSort:  n = 1, Address of array = 0xb46054
                           Returning from recursiveSort: n = 1, Address of array = 0xb46054
                        Returning from recursiveSort: n = 2, Address of array = 0xb46050
                     Returning from recursiveSort: n = 3, Address of array = 0xb4604c
                  Returning from recursiveSort: n = 4, Address of array = 0xb46048
               Returning from recursiveSort: n = 5, Address of array = 0xb46044
            Returning from recursiveSort: n = 6, Address of array = 0xb46040
         Returning from recursiveSort: n = 7, Address of array = 0xb4603c
      Returning from recursiveSort: n = 8, Address of array = 0xb46038
   Returning from recursiveSort: n = 9, Address of array = 0xb46034
Sorted array = 4 19 24 45 54 74 78 79 85 95 

    
                
λ
.NET NoSQL database for rapid development