NVHS Computing Team

Main Building D200 | Thursdays 2:30-3:30

nvclublogo
public class ComputingTeam {
    public static void main(String[] args) {
        School neuqua = new School("NEUQUA VALLEY HIGH SCHOOL");
        ArrayList<String> people = new ArrayList<>(neuqua.getPeople());

        // Find the cool people
        ArrayList<String> computingTeamMembers = people.stream()
            .filter(person -> person.likesCoding && person.likesComputers)
            .filter(person -> neuqua.getClass("AP Computer Science A").getPeople().contains(person))
            .collect(Collectors.toList(ArrayList::new));

        System.out.println(computingTeamMembers.contains(neuqua.getPersonByIp(InetAddress.getByName(person.name))));

        System.out.println("If you understood even " +
        "a tiny bit of this, you should consider " +
        "joining Computing Team! More details below.");
    }
}

What is Computing Team?

The Neuqua Valley Computing Team focuses on providing a space for people passionate about computer science! We explore diverse programming topics and participate in competitions like hackathons, USACO, and ACSL.

If you love Computer Science as we do, then this club is the place for you.

We look forward to seeing you at our first informational session on September 14th!

Contacts / Communication

Any questions or concerns? Feel free to contact anyone of us about it! We respond the fastest on Discord through either dms or the team server. Our emails are open as well!

Please join our Discord and Remind as well, where we post meeting reminders and other important announcements:

Club Info

Club Sponsor

Mr. Koos - [email protected]

Meeting Times

Thursdays 2:30 -3:30 PM

Meeting Location

Room D200 (Main Building)

FAQ

Q: Do you cut people from the club?
No. Although there may be a few contests that prove more challenging to beginner members, don't let that scare you from joining.
Q: Can I join halfway through the year?
Sure, but you might not be able to compete in some of the contests.
Q: What are the prerequisites to join?
There are no prerequisites to join, however we strongly recommend having prior knowledge of a programming language, whether it is self-studied or from AP Computer Science A.