Skip to content

Commit ad1aed2

Browse files
committed
updated todo algorithms
1 parent 08518ff commit ad1aed2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/routes/AlgorithmSelector.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
Keresőfák
7878
</button>
7979
<div class="algorithm-list {algorithmGroups.searchTrees ? 'visible' : ''}">
80-
<button class="algorithm-button" on:click={() => selectAlgorithm('binaryTree')}>Bináris fa</button>
81-
<button class="algorithm-button" on:click={() => selectAlgorithm('avlTree')}>AVL-fa</button>
82-
<button class="algorithm-button" on:click={() => selectAlgorithm('bTree')}>B-fa</button>
80+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('binaryTree')}>Bináris fa</button>
81+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('avlTree')}>AVL-fa</button>
82+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('bTree')}>B-fa</button>
8383
<button class="algorithm-button todo" on:click={() => selectAlgorithm('redBlackTree')}>Piros-fekete fa</button>
8484
<button class="algorithm-button todo" on:click={() => selectAlgorithm('twoThreeTree')}>2-3 fa</button>
8585
<button class="algorithm-button todo" on:click={() => selectAlgorithm('binaryHeap')}>Bináris kupac</button>
@@ -90,25 +90,25 @@
9090
Sztring algoritmusok
9191
</button>
9292
<div class="algorithm-list {algorithmGroups.stringAlgorithms ? 'visible' : ''}">
93-
<button class="algorithm-button" on:click={() => selectAlgorithm('rabinKarp')}>Rabin-Karp algoritmus</button>
94-
<button class="algorithm-button" on:click={() => selectAlgorithm('knuthMorrisPratt')}>Knuth-Morris-Pratt algoritmus</button>
93+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('rabinKarp')}>Rabin-Karp algoritmus</button>
94+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('knuthMorrisPratt')}>Knuth-Morris-Pratt algoritmus</button>
9595
</div>
9696
</div>
9797
<div class="algorithm-group">
9898
<button class="algorithm-group-button" on:click={() => toggleGroup('shortestPath')}>
9999
Legrövidebb út keresése
100100
</button>
101101
<div class="algorithm-list {algorithmGroups.shortestPath ? 'visible' : ''}">
102-
<button class="algorithm-button" on:click={() => selectAlgorithm('dijkstraShortestPath')}>Dijkstra algoritmus</button>
103-
<button class="algorithm-button" on:click={() => selectAlgorithm('bellmanFordShortestPath')}>Bellman-Ford algoritmus</button>
102+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('dijkstraShortestPath')}>Dijkstra algoritmus</button>
103+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('bellmanFordShortestPath')}>Bellman-Ford algoritmus</button>
104104
</div>
105105
</div>
106106
<div class="algorithm-group">
107107
<button class="algorithm-group-button" on:click={() => toggleGroup('minimumSpanningTree')}>
108108
Minimális feszítőfák
109109
</button>
110110
<div class="algorithm-list {algorithmGroups.minimumSpanningTree ? 'visible' : ''}">
111-
<button class="algorithm-button" on:click={() => selectAlgorithm('primMinimumSpanningTree')}>Prim algoritmus</button>
111+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('primMinimumSpanningTree')}>Prim algoritmus</button>
112112
<button class="algorithm-button" on:click={() => selectAlgorithm('kruskalMinimumSpanningTree')}>Kruskal algoritmus</button>
113113
</div>
114114
</div>
@@ -119,7 +119,7 @@
119119
<div class="algorithm-list {algorithmGroups.geometryAlgorithms ? 'visible' : ''}">
120120
<button class="algorithm-button" on:click={() => selectAlgorithm('convexHull')}>Konvex burok (Brute Force)</button>
121121
<button class="algorithm-button" on:click={() => selectAlgorithm('jarvisMarch')}>Jarvis menetelés</button>
122-
<button class="algorithm-button" on:click={() => selectAlgorithm('grahamScan')}>Graham pásztázás</button>
122+
<button class="algorithm-button todo" on:click={() => selectAlgorithm('grahamScan')}>Graham pásztázás</button>
123123
</div>
124124
</div>
125125
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy