#computerscienceUnmoderated tagAll postsTrending CommunitiesHIVE CN 中文社区WorldmappinLeoFinanceSplinterlandsVibesActifitOlio di BalenaPhotography LoversLifestyleSpendHBDHive GamingHive LearnersExplore Communities...#computerscienceTrendingHotNewPayoutsMutedsimplestack (25)in #softwaredevelopment • 1 hour agoInterviewer: Write A Function That Always Picks The Best Move in a Game of Nim (Hard) - PythonThis one is gonna break you, I promise.simplestack (25)in #softwaredevelopment • 3 hours agoDSA (Medium) — Determine if Two Strings Are Close (Python, TS & Go)Let’s just say when you look at Go’s solution and even TS’s, it makes you feel grateful of Python’s simplicitysimplestack (25)in #softwaredevelopment • 4 hours agoDSA (Easy) —Linked List — Reverse Linked List (Python, Typescript & Go)Given the head of a singly linked list, reverse the list, and return the reversed list.simplestack (25)in #softwaredevelopment • 18 hours agoDSA (Easy) — Binary Tree — Maximum Depth of Binary Tree (Python, Typescript & Go)Given the root of a binary tree, return its maximum depth.simplestack (25)in #softwaredevelopment • 18 hours agoDSA (Medium) — Queue — Dota2 SenateIn the world of Dota2, there are two parties: the Radiant and the Dire. Let’s vote using code!simplestack (25)in #softwaredevelopment • 19 hours agoDSA (Easy) — Find the Highest Altitude (TS, Python, Go & Rust)In this exercise we will learn the pattern called prefix sum