ALGODAILY
  • All Courses
  • Premium 50% Off
  • Testimonials
  • Company
    Learn About Us Sample Newsletter AlgoDaily Blog Youtube Channel Contact Us Privacy Policy Terms and Conditions
  • Login
  • Sign Up
  • Resources
    AlgoDaily Video Library Company Interview Reports All Interview Challenges Tech Interview Flash Cards Generate a Custom Course AlgoDaily Book: Core Essentials Latest Additions

Community

Start a Thread
Filters
All Threads
Answered
Unanswered

By Category
All
Career
Challenges
Feedback
General

Sum Digits Until One

Challenges • Last reply from ryanmvazquez@gmail.com at January 19, 2022 at 10:58PM UTC

Hi, guys! I have a question about "Sum Digits Until One" problem. When I run the code for all the test cases everything is perfect, but when I click 'RUN TESTS' button, it gives me an error: 4 ) ) ) Here is the code: def sumDigits: if n <...

7 posts

Dollar Sign Deletion (Main Thread)

Challenges • Last reply from Yuri at January 7, 2022 at 2:22PM UTC

This is the main discussion thread generated for Dollar Sign Deletion .

6 posts

Contiguous Subarray Sum - Description Question

Challenges • Last reply from Jake from AlgoDaily at September 23, 2021 at 10:56PM UTC

the explanation for the set-based solution is very hard to understand. Link to problem: Contiguous Subarray Sum .

6 posts

K Largest Elements From List (Main Thread)

Challenges • Last reply from Dmitry Pavlov at September 6, 2021 at 8:25PM UTC

This is the main discussion thread generated for K Largest Elements From List .

3 posts

Count The Planes (Main Thread)

Challenges • Last reply from Jake from AlgoDaily at September 5, 2021 at 1:28AM UTC

This is the main discussion thread generated for Count The Planes .

6 posts

Least Missing Positive Number (Main Thread)

Challenges • Last reply from Dmitry Pavlov at September 4, 2021 at 7:35AM UTC

This is the main discussion thread generated for Least Missing Positive Number .

6 posts

Sum until one digit

Challenges • Last reply from orlandu8@gmail.com at July 15, 2021 at 2:22AM UTC

Here's what I got for the solution function sumDigits { let n = num % 9; if { return 9; } else { return n; } } The challenge says expected time complexity to be O, but unless I'm missing something here. This is O isn't it?

1 post

Stock Buy and Sell Optimization (Main Thread)

Challenges • Last reply from andmer at June 26, 2021 at 5:20PM UTC

This is the main discussion thread generated for Stock Buy and Sell Optimization .

2 posts

Get Data Type (Main Thread)

Challenges • Last reply from Jake from AlgoDaily at June 4, 2022 at 3:13PM UTC

This is the main discussion thread generated for Get Data Type .

1 post

Pipe Method (Main Thread)

Challenges • Last reply from Jake from AlgoDaily at June 4, 2022 at 3:13PM UTC

This is the main discussion thread generated for Pipe Method .

1 post
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 20
  • 21
  • Next →