20,182,309 2019-2020-1 "Object-oriented programming and data structures" sixth experiment report

20,182,309 2019-2020-1 "Object-oriented programming and data structures" sixth experiment report

Course: "Programming and Data Structures"
Class: 1823
Name: Dong Qipeng
Student ID: 20182309
experiments Teacher: Johnny
experiment Date: October 23, 2019
Compulsory / Elective: Compulsory

1. Experimental content

  • 1. Build a list, and enter some numbers, the total number of digital output
  • 2. To achieve the node insertion, deletion, output operation
  • 3. bubble sort sorted according to size values
  • 4. implemented Andrews

2. Experimental procedure and results



3. Experimental problems encountered in the process and settlement process

  • Question 1: When you delete a head node total number of digital error
  • Problems Solution 1: Before regarded two return count by one
  • Question 2: Android studio how to output characters to the screen
  • Problem 2 Solution: Use String.setText ( "XXX") output

other

  • Java code can be modified into Android studio, the output setText put in, and the other on the same idea

Reference material

Guess you like

Origin www.cnblogs.com/blueflameashe/p/11755861.html