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 create an audio frequency visualizer
I have a fun artistic project in mind :) Basically, I would like to load a music file (probably as a .wav), and take it up multiple octaves so that you can represent it on the color spectrum. My quest...
Anthony
Votes: 0
Answers: 1
Linked lists: Why isn't my recursive sublist checker working?
The idea is to find segments of the second linked list that are identical to the first linked list, and add whichever node directly follows to a list that will be returned. So, if my first linked list...

Josh Boulton
Votes: 0
Answers: 2