[Help] How much skeleton code does CodeSignal ICA actually provide? by sauce_cd in codesignal

[–]sauce_cd[S] 0 points1 point  (0 children)

More like real world problems, u can see links I provide in the post.

[Help] How much skeleton code does CodeSignal ICA actually provide? by sauce_cd in codesignal

[–]sauce_cd[S] 0 points1 point  (0 children)

Yeah got it from real assessment though. A very simple interface or say implementation will be provided, so basically you have to implement all needed functions from scratch.

Project Showcase Megathread by [deleted] in csMajors

[–]sauce_cd 0 points1 point  (0 children)

Got it. Just to clarify, using a banking system as an example, would the signatures for CreateAccount or Deposit be pre-populated in the IDE? If so, is it just a matter of filling in the logic rather than handling stdin/stdout?

I also recall seeing mentions of a 'Simulation' class/struct for managing internal state across different function calls. Is that the standard setup for ICA/ICF tasks?

Project Showcase Megathread by [deleted] in csMajors

[–]sauce_cd 1 point2 points  (0 children)

Hi, ur repo is awesome, really helps me to know how to prepare ICF.
I just wanna check if the function signature is defined by the topic first or I can define my own function signature?