𝓭𝓾𝓼𝓴𝔂 🐸
𝓭𝓾𝓼𝓴𝔂 🐸
CC#
Created by 𝓭𝓾𝓼𝓴𝔂 🐸 on 1/21/2024 in #help
βœ… ToString of a list of an object
No description
45 replies
CC#
Created by 𝓭𝓾𝓼𝓴𝔂 🐸 on 1/19/2024 in #help
βœ… I don't understand what I did wrong(list)
No description
11 replies
CC#
Created by 𝓭𝓾𝓼𝓴𝔂 🐸 on 1/19/2024 in #help
βœ… quick recursion question
I have a tests about lists and recursion next friday and I'm really worried because these are easily the 2 subjects I'm the worst at from what we've learned so far. we got a bunch of assignments to turn in until sunday night to practice but I find them really hard. I managed to do most of them but it took a lot of trial and error which I can't do during a test. the final question in one of assignments is to write a recursive function that gets a list of int and returns whether it is descending or not, meaning if each node is smaller than the node that came before it. for example: list -> 3 -> 2 -> 1 -> null is descending list -> 2 -> 3 -> 1 -> null is not descending I need to practice so don't tell me the code but broadly how to do it? I have no idea honestly
5 replies
CC#
Created by 𝓭𝓾𝓼𝓴𝔂 🐸 on 10/27/2023 in #help
❔ is this syntax correct
No description
7 replies
CC#
Created by 𝓭𝓾𝓼𝓴𝔂 🐸 on 9/27/2023 in #help
βœ… I'm rly bad at recursion
we've started w Recursion abt 2 weeks ago and I'm rly struggling w it. idk at what exactly bc I'm bad at the basics but I can give u an example from my hw
162 replies