IdoS | Computer Science
IdoS | Computer Science
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
It's a project for class and supposing need to impress in job interviews I don't know which approach would have been better for this
31 replies
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
Indeed
31 replies
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
but for small grid I guess it doesn't matter that much
31 replies
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
Alright I just thought to check for nearer neighbors to avoid big complexity by checking all line diagonal horizontal or vertical but thanks
31 replies
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
.
31 replies
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
thanks
31 replies
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
yes maybe I should use BFS for that
31 replies
CC#
Created by IdoS | Computer Science on 7/7/2023 in #help
❔ recursive calls result in stackoverflow
ok sorry for the misunderstood. Well the program eventually checks for score of 4 when there is a sequence of 4 I can be sure there is the same coin one after another. recursively was just for an elegant solution because sequentially would have too much if statements and different ways of checking.
31 replies