mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 16:51:57 +08:00
Documentation for b4bbe9dc4e
This commit is contained in:
@@ -103,24 +103,26 @@ $(document).ready(function(){initNavTree('dd/da0/todo.html','../../'); initResiz
|
||||
<dd><a class="anchor" id="_todo000003"></a>update code to use C++ STL library features and OO structure </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="../../d0/d6e/classdata__structure_1_1trie.html#a98a0d54a781a680903eac14085fcbc2e">data_structure::trie::deleteString</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html" title="STL class.">std::string</a> &str, int index)</dt>
|
||||
<dd><a class="anchor" id="_todo000005"></a>review the function <a class="el" href="../../d0/d6e/classdata__structure_1_1trie.html#a98a0d54a781a680903eac14085fcbc2e">data_structure::trie::deleteString</a> and the commented lines </dd>
|
||||
<dt>Member <a class="el" href="../../dd/d65/lu__decompose_8cpp.html#a1440a7779ac56f47a3f355ce4a8c7da0">test1</a> ()</dt>
|
||||
<dd><a class="anchor" id="_todo000005"></a>better ways to self-check a matrix output? </dd>
|
||||
<dd><a class="anchor" id="_todo000006"></a>better ways to self-check a matrix output? </dd>
|
||||
<dt>Member <a class="el" href="../../d7/d35/matrix__exponentiation_8cpp.html#a9977ad12548c4a49dee9dc3f0685aa54">mat_size</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000006"></a>@stepfencurryxiao add documetnation </dd>
|
||||
<dt>Member <a class="el" href="../../d7/d35/matrix__exponentiation_8cpp.html#a35b7c98af53ad2ec18658679ad7d43de">fib_b</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000007"></a>@stepfencurryxiao add documetnation </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>
|
||||
<dt>File <a class="el" href="../../dc/dc5/paranthesis__matching_8cpp.html">paranthesis_matching.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000008"></a>implement as a C++ class </dd>
|
||||
<dd><a class="anchor" id="_todo000009"></a>implement as a C++ class </dd>
|
||||
<dt>Member <a class="el" href="../../d0/d01/smallest__circle_8cpp.html#a6d0455dd5c30adda100e95f0423c786e">test3</a> ()</dt>
|
||||
<dd><a class="anchor" id="_todo000009"></a>This test fails </dd>
|
||||
<dd><a class="anchor" id="_todo000010"></a>This test fails </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="_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>
|
||||
<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>
|
||||
<dt>File <a class="el" href="../../d1/df3/hash__search_8cpp.html">hash_search.cpp</a> </dt>
|
||||
<dd><a class="anchor" id="_todo000011"></a>fix the program for memory leaks and better structure in C++ and not C fashion </dd>
|
||||
<dd><a class="anchor" id="_todo000012"></a>fix the program for memory leaks and better structure in C++ and not C fashion </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="_todo000012"></a>fix memory leak </dd>
|
||||
<dd><a class="anchor" id="_todo000013"></a>fix memory leak </dd>
|
||||
<dt>Member <a class="el" href="../../dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1">get_input</a> ()</dt>
|
||||
<dd><a class="anchor" id="_todo000013"></a>@christianbender Get input from STDIO or write input to memory as done above. </dd>
|
||||
<dd><a class="anchor" id="_todo000014"></a>@christianbender Get input from STDIO or write input to memory as done above. </dd>
|
||||
</dl>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
|
||||
Reference in New Issue
Block a user