File size: 4,683 Bytes
11ab093
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{"prompt": "Explain to a beginner how to compute a moving average over a stream using C++.", "domain": "coding"}
{"prompt": "What's the most efficient way to compute a moving average over a stream in Rust, and why?", "domain": "coding"}
{"prompt": "How would you compute a moving average over a stream in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a JavaScript program that implement binary search to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to detect a cycle in a linked list using Go.", "domain": "coding"}
{"prompt": "Refactor a Go program that detect a cycle in a linked list to be more readable.", "domain": "coding"}
{"prompt": "Explain to a beginner how to compute a moving average over a stream using Go.", "domain": "coding"}
{"prompt": "Explain to a beginner how to implement binary search using Rust.", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}
{"prompt": "What's the most efficient way to detect a cycle in a linked list in JavaScript, and why?", "domain": "coding"}
{"prompt": "Review this C++ snippet that is meant to compute a moving average over a stream and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to detect a cycle in a linked list and point out the bugs.", "domain": "coding"}
{"prompt": "How would you implement binary search in Java? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Ruby function that implement binary search.", "domain": "coding"}
{"prompt": "How would you compute a moving average over a stream in Ruby? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to compute a moving average over a stream and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a Rust program that implement binary search to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Rust program that compute a moving average over a stream to be more readable.", "domain": "coding"}
{"prompt": "Write a Python function that compute a moving average over a stream.", "domain": "coding"}
{"prompt": "Explain to a beginner how to compute a moving average over a stream using JavaScript.", "domain": "coding"}
{"prompt": "Review this Rust snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to compute a moving average over a stream and point out the bugs.", "domain": "coding"}
{"prompt": "How would you implement binary search in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Write a Rust function that detect a cycle in a linked list.", "domain": "coding"}
{"prompt": "How would you detect a cycle in a linked list in Rust? Walk through your reasoning.", "domain": "coding"}
{"prompt": "How would you implement binary search in Go? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to detect a cycle in a linked list and point out the bugs.", "domain": "coding"}
{"prompt": "How would you implement binary search in JavaScript? Walk through your reasoning.", "domain": "coding"}
{"prompt": "Review this Python snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}
{"prompt": "Write a Java function that compute a moving average over a stream.", "domain": "coding"}
{"prompt": "Explain to a beginner how to detect a cycle in a linked list using C++.", "domain": "coding"}
{"prompt": "Review this JavaScript snippet that is meant to compute a moving average over a stream and point out the bugs.", "domain": "coding"}
{"prompt": "Write a Java function that implement binary search.", "domain": "coding"}
{"prompt": "Explain to a beginner how to compute a moving average over a stream using Ruby.", "domain": "coding"}
{"prompt": "Review this Go snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}
{"prompt": "Refactor a TypeScript program that compute a moving average over a stream to be more readable.", "domain": "coding"}
{"prompt": "Refactor a Java program that compute a moving average over a stream to be more readable.", "domain": "coding"}
{"prompt": "Write a TypeScript function that implement binary search.", "domain": "coding"}
{"prompt": "Review this Ruby snippet that is meant to implement binary search and point out the bugs.", "domain": "coding"}