Skip to content

Commit

Permalink
README minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed May 8, 2024
1 parent 2a422dd commit 02dafc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can see more [examples](/examples) or follow the [Tutorials](/tutorial).
- [X] [DBSCAN](https://en.wikipedia.org/wiki/DBSCAN)
- [X] [Linear Regression](https://en.wikipedia.org/wiki/Linear_regression)
- [X] [Huffman Coding](https://en.wikipedia.org/wiki/Huffman_coding)
- [X] [Polynomial Regression-Currently working]
- [X] [Polynomial Regression](https://en.wikipedia.org/wiki/Polynomial_regression)
### **How to run test cases**
Expand Down
2 changes: 1 addition & 1 deletion docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2><a class="anchor" id="autotoc_md20"></a>
<li>[X] <a href="https://en.wikipedia.org/wiki/DBSCAN">DBSCAN</a></li>
<li>[X] <a href="https://en.wikipedia.org/wiki/Linear_regression">Linear Regression</a></li>
<li>[X] <a href="https://en.wikipedia.org/wiki/Huffman_coding">Huffman Coding</a></li>
<li>[X] [Polynomial Regression-Currently working]</li>
<li>[X] <a href="https://en.wikipedia.org/wiki/Polynomial_regression">Polynomial Regression</a></li>
</ul>
<h2><a class="anchor" id="autotoc_md21"></a>
<b>How to run test cases</b></h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/latex/index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ \chapter{Algoplus\{BETA Version\}}
\item \mbox{[}X\mbox{]} \href{https://en.wikipedia.org/wiki/DBSCAN}{\texttt{ DBSCAN}}
\item \mbox{[}X\mbox{]} \href{https://en.wikipedia.org/wiki/Linear_regression}{\texttt{ Linear Regression}}
\item \mbox{[}X\mbox{]} \href{https://en.wikipedia.org/wiki/Huffman_coding}{\texttt{ Huffman Coding}}
\item \mbox{[}X\mbox{]} \mbox{[}Polynomial Regression-\/\+Currently working\mbox{]}
\item \mbox{[}X\mbox{]} \href{https://en.wikipedia.org/wiki/Polynomial_regression}{\texttt{ Polynomial Regression}}
\end{DoxyItemize}\hypertarget{index_autotoc_md21}{}\doxysubsection{\texorpdfstring{{\bfseries{How to run test cases}}}{{\bfseries{How to run test cases}}}}\label{index_autotoc_md21}
We have unit tests for every function of our implemented algorithms \& data structures.\+It is very important to make sure that your code works before making any pull requests! ~\newline

Expand Down

0 comments on commit 02dafc4

Please sign in to comment.