Add bubble sort #8

Merged
cromer merged 16 commits from bubblesort into master 2018-11-11 19:17:20 -03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8d4e695bec - Show all commits

View File

@ -14,7 +14,7 @@
\usepackage{listings}
\lstset{
basicstyle=\footnotesize\ttfamily,
basicstyle=\small\ttfamily,
columns=flexible,
breaklines=true
}