Junior Knights

Menu

Skip to content
  • Home
  • About
  • Materials
    • F24/S25 Python 1
    • F24/S25 Python 2
    • F24/S25 Contest Class
  • Archive Materials
    • Python 1 Archive
    • Python 1 Spring 2024
    • Introduction to C
    • Second Course in C
    • AP Computer Science A Review
    • Contest Course Archive
    • Contest Course Spring 2024
    • Contests
  • Directions
  • Signup

Second Course in C

Junior Knights Course-II Schedule, Notes, Assignments
Date Lecture Topic Notes C Programs Python Programs Assignments Input Output Solutions
2/22/2014 Arrays Array Notes sort.c, sort2.c BubbleSort.py Week#1 Homework sort2.c, Written Solution
3/1/2014 Large Input Files monthavg.c monthavg.py Week #3 Homework Weather Data POLISBON.txt avgyear.c , sortavgyear.c
3/8/2014 2D Arrays Two-Dimensional Arrays pascaltri.c, pacaltri2.c, gridgame.c, magicsquare.c pascaltri.py, gridgame.py, magicsquare.py Tic Tac Toe tictactocA.c, tictactoeB.c , tictactoeC.c
3/15/2014 More 2D Arrays Notes minescaffold.c minscaffold.py Connect Four Connect4(C|Python),Minesweeper(C|Python)
4/5/2014 Recursion Notes 1, Notes 2 rec.c, binsearch.c Recursion rec-hmk.c
4/12-19/2014 Recursion Notes minesweeper2.c Bunnies, Mars bunnies.in, mars.in bunnies.out, mars.out bunnies.c , mars.c
4/26/2014 Cryptopgrahy Crypto Notes shift.c, affine.c, vigenere.c Encryption mirror.c, vigtwist.c, breaking_shift.c, breaking_affine.c
5/2/2014 Pictures imageproc.c, imageprocBlurFix.c Pic Hmk chess.pgm, face.pgm chess-out1.pgm, chess-out2.pgm, chess-out3.pgm, face-out1.pgm, face-out2.pgm, face-out3.pgm imageprocSolution.c
5/3/2014 Pictures and Crypto!!! Picture Challenge frog.pgm, frog_secret.pgm frog-encoded.pgm, junk.pgm