2020-07-11 07:21:17 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2022-09-08 03:17:03 +03:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
2020-07-11 07:21:17 +03:00
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2021-10-25 22:34:27 +03:00
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
2022-09-08 03:17:03 +03:00
< meta name = "generator" content = "Doxygen 1.9.5" / >
2020-07-11 07:21:17 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Algorithms_in_C: Globals< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/x-mathjax-config" >
2021-10-25 22:34:27 +03:00
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
2020-07-11 07:21:17 +03:00
});
< / script >
< script type = "text/javascript" async = "async" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
2022-01-14 23:11:27 +03:00
< tr id = "projectrow" >
< td id = "projectalign" >
2021-10-25 22:34:27 +03:00
< div id = "projectname" > Algorithms_in_C< span id = "projectnumber" >   1.0.0< / span >
2020-07-11 07:21:17 +03:00
< / div >
< div id = "projectbrief" > Set of algorithms implemented in C.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-09-08 03:17:03 +03:00
<!-- Generated by Doxygen 1.9.5 -->
2020-07-11 07:21:17 +03:00
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2022-09-08 03:17:03 +03:00
var searchBox = new SearchBox("searchBox", "search/",'.html');
2020-07-11 07:21:17 +03:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-07-11 07:21:17 +03:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2021-10-25 22:34:27 +03:00
/* @license-end */
< / script >
2020-07-11 07:21:17 +03:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2021-10-25 22:34:27 +03:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-07-11 07:21:17 +03:00
$(document).ready(function(){initNavTree('globals_func_s.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
2022-09-08 03:17:03 +03:00
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
2020-07-11 07:21:17 +03:00
< / div >
< div class = "contents" >
 
2021-10-25 22:34:27 +03:00
< h3 > < a id = "index_s" name = "index_s" > < / a > - s -< / h3 > < ul >
< li > save_2d_data()  :  < a class = "el" href = "d1/d6b/group__kohonen__2d.html#ga6824dc6d973eb3339af7aef5fea78b0c" > kohonen_som_topology.c< / a > < / li >
< li > save_nd_data()  :  < a class = "el" href = "d0/dcb/group__kohonen__1d.html#ga7b84b14e60f47812b581d1f93057c85a" > kohonen_som_trace.c< / a > < / li >
< li > save_u_matrix()  :  < a class = "el" href = "d1/d6b/group__kohonen__2d.html#ga49d35f68f5d11d8ef6f8cce0d0e7bcba" > kohonen_som_topology.c< / a > < / li >
< li > sdbm()  :  < a class = "el" href = "d7/d3b/group__hash.html#ga8ab8eeb35f8ccfcad89091b5fdd4f605" > hash_sdbm.c< / a > < / li >
< li > search()  :  < a class = "el" href = "df/d3c/threaded__binary__trees_8c.html#a306d567466f22e1e927aaed97d8bb58c" > threaded_binary_trees.c< / a > , < a class = "el" href = "dd/d29/doubly__linked__list_8c.html#aedd04074dbc6af0de89051f97209311b" > doubly_linked_list.c< / a > < / li >
< li > segment_tree_build()  :  < a class = "el" href = "da/da0/segment__tree_8c.html#aae59daf9a0dc33f8cbc7a525a616ee75" > segment_tree.c< / a > < / li >
< li > segment_tree_dispose()  :  < a class = "el" href = "da/da0/segment__tree_8c.html#af20a9f373083d3f701e1cd92560cef01" > segment_tree.c< / a > < / li >
< li > segment_tree_init()  :  < a class = "el" href = "da/da0/segment__tree_8c.html#a3513a2b7c3f1d15aa3d019af1f834cde" > segment_tree.c< / a > < / li >
< li > segment_tree_print_int()  :  < a class = "el" href = "da/da0/segment__tree_8c.html#a776abfa81cde9016a2885dca7cfc05ab" > segment_tree.c< / a > < / li >
< li > segment_tree_query()  :  < a class = "el" href = "da/da0/segment__tree_8c.html#af61bd96660cb53f49f28d60a5f1d0c91" > segment_tree.c< / a > < / li >
< li > segment_tree_update()  :  < a class = "el" href = "da/da0/segment__tree_8c.html#a1e81a9bbf01716f1b4fb27ef36a9098c" > segment_tree.c< / a > < / li >
< li > selectionSort()  :  < a class = "el" href = "df/d83/selection__sort_8c.html#aeafe7419cfceaeccaf49f22842d9a617" > selection_sort.c< / a > , < a class = "el" href = "dc/d39/selection__sort__recursive_8c.html#a3f04d850b94a34dcaaed0e7bc7475241" > selection_sort_recursive.c< / a > < / li >
< li > semi_implicit_euler()  :  < a class = "el" href = "d4/d99/ode__semi__implicit__euler_8c.html#ad80059877222f885b549f2d0a3dc6b55" > ode_semi_implicit_euler.c< / a > < / li >
< li > semi_implicit_euler_step()  :  < a class = "el" href = "d4/d99/ode__semi__implicit__euler_8c.html#a720b7e995d2bbc615f94a2c7dbcf84eb" > ode_semi_implicit_euler.c< / a > < / li >
< li > sentinel_linear_search()  :  < a class = "el" href = "d5/de2/sentinel__linear__search_8c.html#a16a7a1ef83db52643fe23d48280065ce" > sentinel_linear_search.c< / a > < / li >
2022-11-09 00:23:55 +03:00
< li > set()  :  < a class = "el" href = "df/dfa/vector_8c.html#a6facac5424445995bd2f8bb03ffcb548" > vector.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > shell_sort()  :  < a class = "el" href = "dd/d8b/problem__22_2sol1_8c.html#a5bc3659aa0949ea33118c95b1dee5f63" > sol1.c< / a > , < a class = "el" href = "d5/d4c/group__sorting.html#ga5bc16eaf3ffe6a6ab66780dd445904c0" > shell_sort2.c< / a > < / li >
< li > shoot()  :  < a class = "el" href = "db/de2/naval__battle_8c.html#a23e98ed36ca08c1b4bb86c86f48f6e70" > naval_battle.c< / a > < / li >
< li > show_data()  :  < a class = "el" href = "d5/d4c/group__sorting.html#gaeccaf61ff47279384d1dba8d869d5c2f" > shell_sort2.c< / a > < / li >
2022-11-17 21:24:50 +03:00
< li > show_list()  :  < a class = "el" href = "d2/d87/non__preemptive__priority__scheduling_8c.html#adeb04e9743495f14aa4ef78631b9253c" > non_preemptive_priority_scheduling.c< / a > < / li >
2021-10-25 22:34:27 +03:00
< li > sigma()  :  < a class = "el" href = "d4/d83/problem__401_2sol1_8c.html#aaf964739be92adc2f500e7da11e3f6be" > sol1.c< / a > < / li >
< li > sigma2()  :  < a class = "el" href = "d4/d83/problem__401_2sol1_8c.html#a236548478af932f1115a71f601a68788" > sol1.c< / a > < / li >
< li > solve()  :  < a class = "el" href = "d5/df4/group__sudoku.html#gadfe0ed5085b4775d8fa00b434cc0fdfc" > sudoku_solver.c< / a > < / li >
< li > spirograph()  :  < a class = "el" href = "d7/d98/spirograph_8c.html#a0daa148091ec953809fc172289f773d3" > spirograph.c< / a > < / li >
< li > stats_computer1()  :  < a class = "el" href = "dc/d47/realtime__stats_8c.html#a63ddcdaab24f722f0963fa2fbe0ae628" > realtime_stats.c< / a > < / li >
< li > stats_computer2()  :  < a class = "el" href = "dc/d47/realtime__stats_8c.html#a34be233a9200ee2065f6b7b27e2d9a96" > realtime_stats.c< / a > < / li >
< li > sum_of_divisors()  :  < a class = "el" href = "df/d1a/problem__21_2sol1_8c.html#aacf4b7e708651d2164e86958f2c29c93" > sol1.c< / a > < / li >
< li > sum_of_primes()  :  < a class = "el" href = "d0/d6d/problem__10_2sol1_8c.html#ae3d987cb2ad0ddb0c3caa4c2506a20e5" > sol1.c< / a > < / li >
< li > swap()  :  < a class = "el" href = "dd/de4/bubble__sort_8c.html#ad126fa7239be97373c96861adc70b1d3" > bubble_sort.c< / a > , < a class = "el" href = "d5/d38/bubble__sort__recursion_8c.html#ad126fa7239be97373c96861adc70b1d3" > bubble_sort_recursion.c< / a > , < a class = "el" href = "de/dff/heap__sort__2_8c.html#aaf68497ab808b560dbf109da6435905a" > heap_sort_2.c< / a > , < a class = "el" href = "d5/d4c/group__sorting.html#ga4b9708d87be7a409eff20e5e7e8b43c8" > merge_sort.c< / a > , < a class = "el" href = "d1/d94/odd__even__sort_8c.html#ac2eee54959bc040cfcb56d2d8047853a" > odd_even_sort.c< / a > , < a class = "el" href = "df/d83/selection__sort_8c.html#ad126fa7239be97373c96861adc70b1d3" > selection_sort.c< / a > , < a class = "el" href = "dc/d39/selection__sort__recursive_8c.html#aaf68497ab808b560dbf109da6435905a" > selection_sort_recursive.c< / a > < / li >
2020-07-11 07:21:17 +03:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2022-09-08 03:17:03 +03:00
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.5 < / li >
2020-07-11 07:21:17 +03:00
< / ul >
< / div >
< / body >
< / html >