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

Targets And Vicinities - Python Question

Challenges • Last reply from Team AlgoDaily at November 12, 2019 at 12:00AM UTC

Why getTV should return '0T1V'? 3 exists in 130, so V + 1 and 0 also exists in 130, so V += 1 total: V=2, T=0 Link to problem: Targets And Vicinities .

2 posts

Convert Number To Words (Main Thread)

Challenges • Last reply from Anonymous at October 31, 2019 at 12:00AM UTC

This is the main discussion thread generated for Convert Number To Words .

2 posts

Sum Digits Until One - Python Question

Challenges • Last reply from Alexander Volinski at October 11, 2019 at 12:00AM UTC

Guys, test don`t work for this problem: ) ) ) Link to problem: Sum Digits Until One .

1 post

Lowest Common Ancestor (Main Thread)

Challenges • Last reply from Anonymous at October 2, 2019 at 12:00AM UTC

This is the main discussion thread generated for Lowest Common Ancestor .

2 posts

Subsets Summing Zero (Main Thread)

Challenges • Last reply from Thomas Hansen at September 12, 2019 at 12:00AM UTC

This is the main discussion thread generated for Subsets Summing Zero .

2 posts

Reverse Only Alphabetical - Python Question

Challenges • Last reply from triangles at September 7, 2019 at 12:00AM UTC

Strings have the .isalpha method, so you don't need to check them against a regular expression. Link to problem: Reverse Only Alphabetical .

1 post

Is An Anagram - Javascript Question

Challenges • Last reply from Anonymous at August 27, 2019 at 12:00AM UTC

The test cases here don't try sending strings of different length or strings with repeating characters. Link to problem: Is An Anagram .

1 post

Daily (Main Thread)

Challenges • Last reply from Anonymous at July 19, 2019 at 12:00AM UTC

This is the main discussion thread generated for Daily .

2 posts

Array majority element - Am I missing something fundamental here?

Challenges • Last reply from at October 12, 2020 at 2:14PM UTC

While testing the solution for the majority element problem, it doesn't seem like given solution works I may be thinking about this incorrectly hence the post: ```js function majorityElement { var temp = nums.sort; return temp[Math.floor]; } ...

1 post

Maximum Sum of Absolute Difference of Values and Indices (Main Thread)

Challenges • Last reply from Team AlgoDaily at July 28, 2020 at 11:28PM UTC

This is the main discussion thread generated for Maximum Sum of Absolute Difference of Values and Indices .

1 post
  • ← Previous
  • 1
  • 2
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • Next →