diff --git a/d1/d12/md_data_structures_stack__r_e_a_d_m_e.html b/d1/d12/md_data_structures_stack__r_e_a_d_m_e.html index b650079f..205322c8 100644 --- a/d1/d12/md_data_structures_stack__r_e_a_d_m_e.html +++ b/d1/d12/md_data_structures_stack__r_e_a_d_m_e.html @@ -95,7 +95,7 @@ $(document).ready(function(){initNavTree('d1/d12/md_data_structures_stack__r_e_a
This is a modular generic stack data-structure. The stack is self growing.
-You need to only import the stack.h
-Initializes the stack with a capacity of 10 elements.
diff --git a/d5/d88/md__d_i_r_e_c_t_o_r_y.html b/d5/d88/md__d_i_r_e_c_t_o_r_y.html index bcc5d6d5..72254364 100644 --- a/d5/d88/md__d_i_r_e_c_t_o_r_y.html +++ b/d5/d88/md__d_i_r_e_c_t_o_r_y.html @@ -94,7 +94,7 @@ $(document).ready(function(){initNavTree('d5/d88/md__d_i_r_e_c_t_o_r_y.html','..This directory contains some sample solutions for exercism.io
-In this directory you will find (in the right order):
Simple array of integers. With I/O functions, Sort Functions and Search Functions.
-#Sort Function
-The Sort function sorts the elements in the range in a particular order. The different types of sorting methods are Bubble Sort, Selection Sort, Merge Sort and Quick Sort. Bubble Sort repeatedly sorts the adjacent elements if they are in wrong order.
The Sort function sorts the elements in the range in a particular order. The different types of sorting methods are Bubble Sort, Selection Sort, Merge Sort and Quick Sort. Bubble Sort repeatedly sorts the adjacent elements if they are in wrong order.
+This is simple and generic dictionary. You can instantiate multiple dictionaries with the constructor. See interface below.
Each dictionary has space for 1000 elements.
You need add the files dic.c and dic.h in your project directory. After that you include dic.h
-create_dict: is a simple constructor for creating a dictionary and setting up the member field 'number_of_elements' and prepares the inner array 'elements'
diff --git a/de/d5a/group__quaternions.js b/de/d5a/group__quaternions.js index 68e49e56..6fd00982 100644 --- a/de/d5a/group__quaternions.js +++ b/de/d5a/group__quaternions.js @@ -1,10 +1,10 @@ var group__quaternions = [ - [ "Overview about functions", "de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html#autotoc_md34", null ], - [ "Content", "d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md36", null ], - [ "Public interface", "d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md37", null ], - [ "Overview", "d7/db5/md_exercism__r_e_a_d_m_e.html#autotoc_md56", null ], - [ "LeetCode Algorithm", "df/d58/md_leetcode__r_e_a_d_m_e.html#autotoc_md58", null ], + [ "Overview about functions", "de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html#autotoc_md35", null ], + [ "Content", "d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md37", null ], + [ "Public interface", "d1/d12/md_data_structures_stack__r_e_a_d_m_e.html#autotoc_md38", null ], + [ "Overview", "d7/db5/md_exercism__r_e_a_d_m_e.html#autotoc_md57", null ], + [ "LeetCode Algorithm", "df/d58/md_leetcode__r_e_a_d_m_e.html#autotoc_md59", null ], [ "3D Vector operations", "de/d7b/group__vec__3d.html", "de/d7b/group__vec__3d" ], [ "Matrix operations", "dd/d7a/group__matrix.html", "dd/d7a/group__matrix" ], [ "3D Quaternion operations", "dc/d9a/group__quats.html", "dc/d9a/group__quats" ], diff --git a/df/d58/md_leetcode__r_e_a_d_m_e.html b/df/d58/md_leetcode__r_e_a_d_m_e.html index eb7c9bcc..305835bc 100644 --- a/df/d58/md_leetcode__r_e_a_d_m_e.html +++ b/df/d58/md_leetcode__r_e_a_d_m_e.html @@ -94,7 +94,7 @@ $(document).ready(function(){initNavTree('df/d58/md_leetcode__r_e_a_d_m_e.html',