mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-01 14:03:17 +08:00
Documentation for e813f9b2a6
This commit is contained in:
@@ -100,29 +100,27 @@ $(document).ready(function(){initNavTree('dd/da0/todo.html','../../'); initResiz
|
||||
<dt>File <a class="el" href="../../d3/d26/binary__search__tree_8cpp.html">binary_search_tree.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000003"></a>update code to use C++ STL library features and OO structure </dd>
|
||||
<dt>Member <a class="el" href="../../d1/df3/hash__search_8cpp.html#ad0831425f1389166a9518f422d0c6ec5">create_list</a> (int key)</dt>
|
||||
<dd><a class="anchor" id="_todo000013"></a>fix memory leak </dd>
|
||||
<dd><a class="anchor" id="_todo000012"></a>fix memory leak </dd>
|
||||
<dt>Member <a class="el" href="../../d0/d3e/classdata__structures_1_1trie.html#aeac27cfd397d2dd3f2f519efffafeeab">data_structures::trie::deleteString</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &str, int index)</dt>
|
||||
<dd><a class="anchor" id="_todo000005"></a>review the function ::data_structure::trie::deleteString and the commented lines </dd>
|
||||
<dd><a class="anchor" id="_todo000004"></a>review the function ::data_structure::trie::deleteString and the commented lines </dd>
|
||||
<dt>Member <a class="el" href="../../d7/d35/matrix__exponentiation_8cpp.html#a35b7c98af53ad2ec18658679ad7d43de">fib_b</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000008"></a>@stepfencurryxiao add documetnation </dd>
|
||||
<dd><a class="anchor" id="_todo000007"></a>@stepfencurryxiao add documetnation </dd>
|
||||
<dt>Member <a class="el" href="../../dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1">get_input</a> ()</dt>
|
||||
<dd><a class="anchor" id="_todo000014"></a>@christianbender Get input from STDIO or write input to memory as done above. </dd>
|
||||
<dd><a class="anchor" id="_todo000013"></a>@christianbender Get input from STDIO or write input to memory as done above. </dd>
|
||||
<dt>File <a class="el" href="../../d1/df3/hash__search_8cpp.html">hash_search.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000012"></a>fix the program for memory leaks and better structure in C++ and not C fashion </dd>
|
||||
<dd><a class="anchor" id="_todo000011"></a>fix the program for memory leaks and better structure in C++ and not C fashion </dd>
|
||||
<dt>File <a class="el" href="../../d2/de9/heavy__light__decomposition_8cpp.html">heavy_light_decomposition.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000011"></a>Support edge weight queries, by storing the edge weight value in it's child algorithm verified by testing in CSES path queries: <a href="https://cses.fi/problemset/task/1138">https://cses.fi/problemset/task/1138</a> </dd>
|
||||
<dd><a class="anchor" id="_todo000010"></a>Support edge weight queries, by storing the edge weight value in it's child algorithm verified by testing in CSES path queries: <a href="https://cses.fi/problemset/task/1138">https://cses.fi/problemset/task/1138</a> </dd>
|
||||
<dt>File <a class="el" href="../../d7/db9/hill__cipher_8cpp.html">hill_cipher.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000001"></a>Better matrix generation algorithm. </dd>
|
||||
<dt>File <a class="el" href="../../d7/d00/list__array_8cpp.html">list_array.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000004"></a>Add documentation </dd>
|
||||
<dt>Member <a class="el" href="../../d7/d35/matrix__exponentiation_8cpp.html#a9977ad12548c4a49dee9dc3f0685aa54">mat_size</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000007"></a>@stepfencurryxiao add documetnation </dd>
|
||||
<dd><a class="anchor" id="_todo000006"></a>@stepfencurryxiao add documetnation </dd>
|
||||
<dt>File <a class="el" href="../../dc/dc5/paranthesis__matching_8cpp.html">paranthesis_matching.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000009"></a>implement as a C++ class </dd>
|
||||
<dd><a class="anchor" id="_todo000008"></a>implement as a C++ class </dd>
|
||||
<dt>Member <a class="el" href="../../dd/d65/lu__decompose_8cpp.html#a1440a7779ac56f47a3f355ce4a8c7da0">test1</a> ()</dt>
|
||||
<dd><a class="anchor" id="_todo000006"></a>better ways to self-check a matrix output? </dd>
|
||||
<dd><a class="anchor" id="_todo000005"></a>better ways to self-check a matrix output? </dd>
|
||||
<dt>Member <a class="el" href="../../d0/d01/smallest__circle_8cpp.html#a6d0455dd5c30adda100e95f0423c786e">test3</a> ()</dt>
|
||||
<dd><a class="anchor" id="_todo000010"></a>This test fails </dd>
|
||||
<dd><a class="anchor" id="_todo000009"></a>This test fails </dd>
|
||||
</dl>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
|
||||
Reference in New Issue
Block a user