Compare commits
No commits in common. "main" and "v1" have entirely different histories.
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <random>
|
||||
|
||||
|
@ -68,7 +67,7 @@ void Sortiva::setup()
|
|||
m_List.list.clear();
|
||||
|
||||
|
||||
for (uint8_t i = 1; i <= m_CountValues; ++i) // 1,2,3,4,5
|
||||
for (uint8_t i = 1; i <= m_CountValues; ++i) // 1,2,3,4,5
|
||||
{
|
||||
m_List.list.push_back(i);
|
||||
m_Steps->emplace_back();
|
||||
|
|
Loading…
Reference in a new issue