feat: 🎸 simulation

fix dps and add the push and DPS strategy
This commit is contained in:
Julien Calixte
2023-07-26 19:33:12 +02:00
parent 1f49b0f755
commit 4af91102b8
9 changed files with 125 additions and 54 deletions

View File

@@ -1 +1 @@
export type Strategy = 'push' | 'pull' | 'problem-solving'
export type Strategy = 'push' | 'pull' | 'pull-dps' | 'push-dps'