python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to determine if sequence is within the list of ints?
I am having trouble when running a python program. The purpose is to determine whether the sequence 1, 2, 3 is within a given list of ints. When it runs two of the tests, the code works. However, the ...
anthonyvn
Votes: 0
Answers: 3
Traversal Parsing of Text from .HTML
I am trying to scrape text from webpages contained in tags of type titles, headings or paragraphs. When i try the below code I get mixed results depending on where the url is from. When i try some sou...

Dingo Kilo
Votes: 0
Answers: 1
jquery (Traversing) find prev element with specific class
I am trying to find first previous element with specific class name (in my case element which ends with word "group") and return its value(text).
If you look at my demo code you ll see that ...
afterparty
Votes: 0
Answers: 0
BFS Traversal of a Binary Tree in C
While I know there are cleaner more efficient programs out there for BFS traversal in other languages, in c it gets a bit lengthy
I've found some really lengthy and complicated programs on leetcode, a...
Soumya Gupta
Votes: 0
Answers: 1