- 
  Notifications
 
You must be signed in to change notification settings  - Fork 5k
 
Pull requests: kodecocodes/swift-algorithm-club
Pull requests list
 Improve and modernize Octree.swift
 
 
 #2044
 opened May 29, 2025  by
 mabi99
 
 
 
 
 
 
 Loading...
 
 
 
 updated May 29, 2025 
 
 
  
 
 
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Refactor selection sort to sort in place
 
 
 #1018
 opened Oct 14, 2023  by
 ibrahimHamed
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 14, 2023 
 
 
  
 
 
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Bugfix for failing to sort correctly
 
 
 
 #1012
 opened Feb 4, 2023  by
 zhaoyuyu
 
 
 
 
 
 
 Loading...
 
 
 
 updated Feb 4, 2023 
 
 
 
 
 
 Update Graph.swift
 
 
 
 
 
 
 
 
 
 
 
 
 
 #1007
 opened Jan 13, 2023  by
 CHIRAGGARORA
 
 
 
 
 
 
 Loading...
 
 
 
 updated Jan 13, 2023 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Update FizzBuzz.swift
 
 
 #1006
 opened Jan 13, 2023  by
 CHIRAGGARORA
 
 
 
 
 
 
 Loading...
 
 
 
 updated Jan 13, 2023 
 
 
  
 
 
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 CountMInSketch - Implementation + testing + readme
 
 
 #990
 opened Jan 7, 2022  by
 danibachar
 
 
 
 
 
 
 Loading...
 
 
 
 updated Aug 14, 2022 
 
 
  
 
 
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Update words to match the code.
 
 
 #999
 opened Apr 29, 2022  by
 davidleee
 
 
 
 
 
 
 Loading...
 
 
 
 updated Apr 29, 2022 
 
 
  
 
 
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Binary search. if -> guard
 
 
 
 
 
 
 
 
 
 
 
 
 
 #994
 opened Mar 12, 2022  by
 prokhorovxo
 
 
 
 
 
 
 Loading...
 
 
 
 updated Mar 12, 2022 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 add Flood Fill Algorithm
 
 
 #916
 opened Feb 10, 2020  by
 KhaledElshamy
 
 
 
 
 
 
 Loading...
 
 
 
 updated Feb 19, 2022 
 
 
  
 
 
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Prim Algorithm Implementation
 
 
 
 
 
 
 
 
 
 
 
 
 
 #985
 opened Oct 12, 2021  by
 ApixDenice
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 12, 2021 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Minimax algorithm with example of use in tic tac toe game
 
 
 
 
 
 
 
 
 
 
 
 
 
 #977
 opened Jun 23, 2021  by
 michalnowak061
 
 
 
 
 
 
 Loading...
 
 
 
 updated Jul 21, 2021 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 extend OrderedSet with convenience methods ensure_at_front/end..
 
 
 
 
 
 
 
 
 
 
 
 
 
 #981
 opened Jul 15, 2021  by
 dec1
 
 
 
 
 
 
 Loading...
 
 
 
 updated Jul 16, 2021 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 DepthFirstSearch(Iterative)
 
 
 
 
 
 
 
 
 
 
 
 
 
 #973
 opened May 29, 2021  by
 yashjivani1
 
 
 
 
 
 
 Loading...
 
 
 
 updated May 30, 2021 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 fix(link-list): remove append of node by node in list appending method, we can append the newLinkedList head to the oldLinkedList last(tail) item.
 
 
 
 
 
 
 
 
 
 
 
 
 
 #967
 opened Feb 26, 2021  by
 snooky23
 
 
 
 
 
 
 Loading...
 
 
 
 updated Feb 26, 2021 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Chinese Whisper Algorithm
 
 
 
 
 
 
 
 
 
 
 
 
 
 #966
 opened Feb 22, 2021  by
 LA-Labs
 
 
 
 
 
 
 Loading...
 
 
 
 updated Feb 23, 2021 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Improve LinkedList Array initliasier
 
 
 #958
 opened Dec 23, 2020  by
 pwallrich
 
 
 
 
 
 
 Loading...
 
 
 
 updated Jan 13, 2021 
 
 
  
 
 
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Fixes #943 - Least Common Multiple error for certain numbers.
 
 
 
 
 
 
 
 
 
 
 
 
 
 #957
 opened Oct 21, 2020  by
 gkwaerp
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 21, 2020 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Improved LinkedList: init from Sequence
 
 
 
 
 
 
 
 
 
 
 
 
 
 #955
 opened Oct 9, 2020  by
 timstudt
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 9, 2020 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 [Trie] Fix trie contains function for empty string
 
 
 
 
 
 
 
 
 
 
 
 
 
 #954
 opened Oct 8, 2020  by
 lexorus
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 8, 2020 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 adds documentation for Bubble Sort
 
 
 
 
 
 
 
 
 
 
 
 
 
 #953
 opened Oct 7, 2020  by
 JulioBBL
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 7, 2020 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Algorithm, Explanation and Example with Gif for Number of Islands
 
 
 
 
 
 
 
 
 
 
 
 
 
 #946
 opened Sep 12, 2020  by
 TheNova22
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 4, 2020 
 
 
  
 
 
 
 
 
 
 
 2 tasks done
 
 
 
 Stack implementation in Python
 
 
 
 
 
 
 
 
 
 
 
 
 
 #950
 opened Oct 2, 2020  by
 Pragati-Kalra
 
 
 
 
 
 
 Loading...
 
 
 
 updated Oct 2, 2020 
 
 
  
 
 
 
 
 
 
 
 2 tasks
 
 
 
 
 ProTip!
 Type g p on any issue or pull request to go back to the pull request listing page.
 
 
 
 You can’t perform that action at this time.