2020-06-28 18:07:29 +03:00
|
|
|
/*
|
|
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
|
|
|
|
The MIT License (MIT)
|
|
|
|
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
|
|
substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
|
|
*/
|
|
|
|
var NAVTREE =
|
|
|
|
[
|
|
|
|
[ "Algorithms_in_C", "index.html", [
|
2020-07-08 03:08:29 +03:00
|
|
|
[ "The Algorithms - C", "index.html", [
|
2020-07-10 22:50:25 +03:00
|
|
|
[ "Overview", "index.html#autotoc_md33", null ],
|
|
|
|
[ "Features", "index.html#autotoc_md34", null ],
|
|
|
|
[ "Documentation", "index.html#autotoc_md35", null ],
|
|
|
|
[ "Contributions", "index.html#autotoc_md36", null ]
|
2020-07-08 03:08:29 +03:00
|
|
|
] ],
|
2020-06-28 18:07:29 +03:00
|
|
|
[ "Code style convention", "dc/d64/md__coding_guidelines.html", [
|
|
|
|
[ "User-interface", "dc/d64/md__coding_guidelines.html#autotoc_md2", null ],
|
|
|
|
[ "Code style conventions", "dc/d64/md__coding_guidelines.html#autotoc_md4", null ]
|
|
|
|
] ],
|
|
|
|
[ "Array", "d9/d41/md_data_structures_array__r_e_a_d_m_e.html", [
|
|
|
|
[ "Structure", "d9/d41/md_data_structures_array__r_e_a_d_m_e.html#autotoc_md6", null ],
|
|
|
|
[ "Files", "d9/d41/md_data_structures_array__r_e_a_d_m_e.html#autotoc_md7", null ]
|
|
|
|
] ],
|
|
|
|
[ "Dictionary", "de/d20/md_data_structures_dictionary__r_e_a_d_m_e.html", null ],
|
|
|
|
[ "Simple generic Stack", "d1/d12/md_data_structures_stack__r_e_a_d_m_e.html", null ],
|
|
|
|
[ "List of all files", "d5/d88/md__d_i_r_e_c_t_o_r_y.html", [
|
|
|
|
[ "Client Server", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md14", null ],
|
|
|
|
[ "Conversions", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md15", null ],
|
|
|
|
[ "Data Structures", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md16", null ],
|
|
|
|
[ "Exercism", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md17", null ],
|
2020-07-10 22:50:25 +03:00
|
|
|
[ "Graphics", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md18", null ],
|
|
|
|
[ "Greedy Approach", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md19", null ],
|
|
|
|
[ "Hash", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md20", null ],
|
|
|
|
[ "Leetcode", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md21", null ],
|
|
|
|
[ "Machine Learning", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md22", null ],
|
|
|
|
[ "Misc", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md23", null ],
|
|
|
|
[ "Numerical Methods", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md24", null ],
|
|
|
|
[ "Project Euler", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md25", null ],
|
|
|
|
[ "Searching", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md26", null ],
|
|
|
|
[ "Sorting", "d5/d88/md__d_i_r_e_c_t_o_r_y.html#autotoc_md27", null ]
|
2020-06-28 18:07:29 +03:00
|
|
|
] ],
|
|
|
|
[ "Sample solutions for <a href=\"http://exercism.io/\">exercism.io</a>", "d7/db5/md_exercism__r_e_a_d_m_e.html", null ],
|
|
|
|
[ "Hash algorithms", "d4/dcb/md_hash__r_e_a_d_m_e.html", null ],
|
|
|
|
[ "LeetCode", "df/d58/md_leetcode__r_e_a_d_m_e.html", null ],
|
|
|
|
[ "ProjectEuler", "d8/d81/md_project_euler__r_e_a_d_m_e.html", null ],
|
2020-07-03 21:15:35 +03:00
|
|
|
[ "Modules", "modules.html", "modules" ],
|
2020-06-28 18:07:29 +03:00
|
|
|
[ "Data Structures", "annotated.html", [
|
|
|
|
[ "Data Structures", "annotated.html", "annotated_dup" ],
|
|
|
|
[ "Data Structure Index", "classes.html", null ],
|
|
|
|
[ "Data Fields", "functions.html", [
|
|
|
|
[ "All", "functions.html", null ],
|
|
|
|
[ "Variables", "functions_vars.html", null ]
|
|
|
|
] ]
|
|
|
|
] ],
|
|
|
|
[ "Files", "files.html", [
|
|
|
|
[ "File List", "files.html", "files_dup" ],
|
|
|
|
[ "Globals", "globals.html", [
|
2020-06-28 23:40:24 +03:00
|
|
|
[ "All", "globals.html", "globals_dup" ],
|
2020-06-28 18:07:29 +03:00
|
|
|
[ "Functions", "globals_func.html", null ],
|
|
|
|
[ "Variables", "globals_vars.html", null ],
|
|
|
|
[ "Typedefs", "globals_type.html", null ],
|
|
|
|
[ "Macros", "globals_defs.html", null ]
|
|
|
|
] ]
|
|
|
|
] ]
|
|
|
|
] ]
|
|
|
|
];
|
|
|
|
|
|
|
|
var NAVTREEINDEX =
|
|
|
|
[
|
|
|
|
"annotated.html",
|
2020-07-10 22:50:25 +03:00
|
|
|
"d5/da1/structnode.html#a1aa632fdf50713d86192a96f8191851b",
|
|
|
|
"df/d3b/binary__search_8c.html#a40855c608ca64048d04cff6526f0a582"
|
2020-06-28 18:07:29 +03:00
|
|
|
];
|
|
|
|
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
|
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation';
|