2020-07-11 12:21:17 +08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2021-02-06 03:52:57 +08:00
< meta name = "generator" content = "Doxygen 1.9.1" / >
2020-07-11 12:21:17 +08: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" >
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / 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 >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > Algorithms_in_C
  < span id = "projectnumber" > 1.0.0< / span >
< / div >
< div id = "projectbrief" > Set of algorithms implemented in C.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-02-06 03:52:57 +08:00
<!-- Generated by Doxygen 1.9.1 -->
2020-07-11 12:21:17 +08:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-02-06 03:52:57 +08:00
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
2020-07-11 12:21:17 +08:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< 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" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_i.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" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "contents" >
 
< h3 > < a id = "index_i" > < / a > - i -< / h3 > < ul >
2020-07-22 20:41:17 +08:00
< li > inOrder()
: < a class = "el" href = "da/d02/binary__search__tree_8c.html#a0f18adaaca5ecc410cfa16dd2a3684dc" > binary_search_tree.c< / a >
< / li >
2020-07-11 12:21:17 +08:00
< li > inorder_display()
: < a class = "el" href = "df/d3c/threaded__binary__trees_8c.html#a4c1e06b5f0876ec9c1bd6817f3b7eda7" > threaded_binary_trees.c< / a >
< / li >
2020-07-22 20:41:17 +08:00
< li > insert()
2021-02-06 03:52:57 +08:00
: < a class = "el" href = "da/d02/binary__search__tree_8c.html#a73152b9ccb4aa5cd4c1bacd4188bb2de" > binary_search_tree.c< / a >
, < a class = "el" href = "dd/d29/doubly__linked__list_8c.html#a04ac29c396dc8335a5827927183c9918" > doubly_linked_list.c< / a >
2020-07-22 20:41:17 +08:00
< / li >
2020-07-11 12:21:17 +08:00
< li > insert_bt()
: < a class = "el" href = "df/d3c/threaded__binary__trees_8c.html#a823432888332fc9f0aa6072cff28c3bb" > threaded_binary_trees.c< / a >
< / li >
2020-08-01 13:12:46 +08:00
< li > insertionSort()
: < a class = "el" href = "db/ddf/insertion__sort_8c.html#a0d6c227641a5e0dae580b3a18df241fb" > insertion_sort.c< / a >
< / li >
2020-07-31 22:16:11 +08:00
< li > int_to_string()
: < a class = "el" href = "dd/d53/int__to__string_8c.html#a969911f32f1c435bb2bf166574ef9ae5" > int_to_string.c< / a >
< / li >
2020-07-11 12:21:17 +08:00
< li > is_abundant()
2020-10-21 00:53:48 +08:00
: < a class = "el" href = "d7/ddb/problem__23_2sol1_8c.html#a4f128410e6582fe26488e2316cc96e17" > sol1.c< / a >
, < a class = "el" href = "d4/dbd/problem__23_2sol2_8c.html#a34f4ad85151e3a43368ae67f42347f56" > sol2.c< / a >
2020-07-11 12:21:17 +08:00
< / li >
< li > is_in()
: < a class = "el" href = "d4/d83/problem__401_2sol1_8c.html#a4441a6d27134cf3aed05727800d99456" > sol1.c< / a >
< / li >
< li > is_leap_year()
: < a class = "el" href = "dd/df0/problem__19_2sol1_8c.html#a6561b1adc8a19c092679b9874da24e2e" > sol1.c< / a >
< / li >
< li > is_palindromic()
: < a class = "el" href = "d0/d6c/problem__4_2sol_8c.html#adf9bea8d35848959bde5b3f277edf0c4" > sol.c< / a >
< / li >
< li > is_prime()
: < a class = "el" href = "d0/d6d/problem__10_2sol1_8c.html#acc871ab6bfead702e983a7f9c412915f" > sol1.c< / a >
< / li >
< li > is_sum_of_abundant()
2020-08-01 13:12:46 +08:00
: < a class = "el" href = "d7/ddb/problem__23_2sol1_8c.html#a3ab61b5a1c4f2288625d160aa0ea8478" > sol1.c< / a >
, < a class = "el" href = "d4/dbd/problem__23_2sol2_8c.html#a3ab61b5a1c4f2288625d160aa0ea8478" > sol2.c< / a >
2020-07-11 12:21:17 +08:00
< / li >
2020-07-15 14:10:36 +08:00
< li > isPalindrome()
: < a class = "el" href = "df/d16/palindrome_8c.html#a6320493ddee0ca4614423721c5d6f4ba" > palindrome.c< / a >
< / li >
2021-02-06 03:52:57 +08:00
< li > isprime()
: < a class = "el" href = "d7/dd3/problem__3_2sol1_8c.html#aa0f4796aa2e89c327f827bd55f5cb305" > sol1.c< / a >
< / li >
2021-02-10 22:07:02 +08:00
< li > isPrime()
: < a class = "el" href = "da/d93/prime_8c.html#a6384596f117decd77da25af95ab1704f" > prime.c< / a >
< / li >
2020-08-15 08:28:57 +08:00
< li > isStrong()
: < a class = "el" href = "d4/dcc/strong__number_8c.html#a03654cadb0cfe1195810dbe5da0265b5" > strong_number.c< / a >
< / li >
2020-07-11 12:21:17 +08:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2021-02-06 03:52:57 +08: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.1 < / li >
2020-07-11 12:21:17 +08:00
< / ul >
< / div >
< / body >
< / html >