Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/Coding Challenge/Page 15

askthedev.com Latest Questions

Asked: September 25, 2024

Determine the length of the longest sequence that appears in the same order in two different strings, without rearranging their characters. How would you approach solving this challenge, and what algorithmic techniques could be employed to efficiently find the solution?

anonymous user

I’ve been working on a little coding challenge and it’s been a brain-teaser, and I thought it might spark some interesting discussions. Here’s the scenario: imagine you have two strings, say, “abcdfgh” and “abdfg”. The challenge is to find the ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

Visit the website of the Codeagon contest hosted by Trilogy for 2023. There, you will find a variety of coding challenges aimed at assessing your programming skills. Participants have the opportunity to compete, showcase their abilities, and potentially earn prizes or recognition in the field of software development. Engage in this exciting event to test your knowledge and connect with fellow coders. Make sure to check the specifics regarding the format, rules, and registration details so you can prepare adequately for the competition.

anonymous user

I stumbled upon the Codeagon contest hosted by Trilogy for 2023, and it got me really curious. It sounds like there are tons of exciting coding challenges lined up, specifically designed to put our programming skills to the test. I ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

Explore the various coding challenges and competitions available on the InterviewBit platform to sharpen your programming skills and compete with others. What specific details or opportunities can aspiring developers find in these contests to enhance their coding proficiency and challenge themselves?

anonymous user

I’ve been diving into different platforms to sharpen my coding skills, and I stumbled upon InterviewBit. I’ve heard they have a ton of coding challenges and competitions, but I’m curious about what specifics they offer. For those who have explored ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

You are given an array that was originally sorted in ascending order, but has been rotated at an unknown pivot. Your task is to find a specific target value within this rotated sorted array. If the target exists, return its index; if it does not, return -1. Consider how you can apply an efficient search algorithm to solve this problem, keeping in mind the properties of the rotated array. How would you approach this challenge and what is the expected time complexity of your solution?

anonymous user

I’ve been grappling with this interesting coding challenge and thought it’d be fun to see how others approach it! So, imagine you have an array that was once sorted in ascending order, but then it got rotated at some unknown ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

You are given a collection of different coin denominations and a target amount of money. The goal is to determine the number of unique ways you can combine these coins to achieve the exact target amount. Each denomination can be used multiple times in forming combinations. How would you approach solving this challenge?

anonymous user

Have you ever found yourself with a handful of coins and the urge to figure out just how many different ways you can combine them to hit a specific amount? I recently stumbled upon this interesting puzzle that got me ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

You are given a binary search tree (BST) and a specific value from this tree. Your task is to identify the next node in the BST that has a value greater than the given value. If no such node exists, return null. This challenge involves efficiently searching the tree while adhering to the properties of a BST to find the successor node. Consider edge cases such as when the tree is empty or when the given value is the largest in the tree.

anonymous user

I was working on this coding challenge earlier, and it got me thinking. Imagine you have this binary search tree (BST)—you know, one of those tree structures where the left child is always less than the parent node and the ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

You are given a circle with a set of chords drawn within it. Each chord is represented by a pair of endpoints on the circumference of the circle. Your task is to determine the number of intersection points formed by these chords inside the circle. An intersection point is created when two chords intersect each other. To solve this problem, you will be provided with a list of pairs, where each pair consists of the two endpoints of a chord. Your goal is to compute how many distinct points of intersection are generated by these chords when drawn within the circle. For instance, if you have a set of chords represented as pairs of integers, you must identify how many pairs of these chords intersect each other based on their endpoints. The challenge lies in efficiently figuring out the intersections without directly simulating the drawing of the chords in a circle. Write a function that takes in this list of pairs and returns an integer representing the total number of intersection points formed by the chords.

anonymous user

Imagine you’re at a fun geometry party, and there’s a huge circle drawn on the ground. Everyone’s busy connecting various points on the edge of this circle with chords, but there’s something intriguing about how these chords crisscross each other ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

What are some common coding challenges you might face during a technical interview with Optum, and how can you effectively prepare for them?

anonymous user

So, I’ve been diving into the whole technical interview prep thing lately, and I keep coming across the same question: “What are some common coding challenges you might face during a technical interview at Optum, and how can you effectively ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

Explore the wealth of coding challenges available on the mentioned platform and craft a similar question that tests problem-solving skills. Focus on creating a scenario that requires logic and algorithmic thinking, drawing inspiration from the challenges listed, but ensure that your question is distinct and original in its approach.

anonymous user

I’ve been diving into some coding challenges lately on a well-known platform and they really get the gears turning in a fun way. I wanted to throw out a problem that mimics the kind of logical reasoning and algorithmic thinking ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 24, 2024

Please visit the provided URL to find multiple-choice questions related to data structures and algorithms. Based on the content there, you can generate similar questions addressing the same topics while ensuring they are presented in a unique manner. For example, you could create questions that focus on specific algorithms, their time complexities, or practical applications in coding challenges.

anonymous user

I came across a cool resource recently that had a bunch of multiple-choice questions about data structures and algorithms. It got me thinking about how vital these topics are in programming, especially when you find yourself facing coding interviews or ...Read more

Coding Challenge
  • 0
  • 2 Answers
1 … 14 15

Sidebar

Recent Answers

  1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
  2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
  3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
  4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
  5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
  • Home
  • Learn Something
  • Ask a Question
  • Answer Unanswered Questions
  • Privacy Policy
  • Terms & Conditions

© askthedev ❤️ All Rights Reserved

Explore

  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes