Java learning Chapter 5

Video link: https://www.bilibili.com/video/BV1Rx411876f?p=1 Video range P576 - P583 1. Bubble sorting algorithm After each cycle, find the largest data and put it on the far right of the pile of data involved in the comparison. (the biggest bubble)Core: compare the number on the left with the number on the right. When the left > right, ...

Added by herando on Fri, 04 Mar 2022 11:07:40 +0200

Eclipse error reporting

First post the error message... Failed to load JavaHL Library. These are the errors that were encountered: D:\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.17\ssleay32.dll: The operating system cannot run %1. D:\Genuitec\Common\plugins\org.tigris.subversion.clientadapter.javahl.win32_1.6.17\l ...

Added by theperfectdrug on Sun, 05 Jan 2020 22:59:41 +0200