Sign InCoursewareNuggetsTutorials CoursesCodePad

Basic Process

  • Understanding the problem
  • Read the problem. Try to solve the problem by hand using the sample input. Match your result with the sample output.

  • Getting input
  • Depending on the format of the input, read in the data and save it into variables. Use lists to store multiple or collection of data. Use a loop to read repeating data.

  • Designing data structure and algorithm
  • Use dictionary to map key and value; use list to store collection of data; Use loop for repeating; Use if to process data under different conditions.

  • Printing output in the required format
© CS Wonders·About·Gallery·Fun Facts·Cheatsheet