# data-structure-2 **Repository Path**: neverusedname/data-structure-2 ## Basic Information - **Project Name**: data-structure-2 - **Description**: I am learning data structure (acturally for a 2nd time, the first round was shit), trying to implement some classic data structures. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-01 - **Last Updated**: 2021-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-structure-2 #### Introduction I am learning data structure (acturally for a 2nd time, the first round was shit,I don't think it was my fault, I was not allowd enough time). The text book is . I would say one could reach the limit of human's recognition of data strutrue and algorithoms if he properly flows the book and the references, and its Chinese translaction sucks. Each time I implment a particular datature or algorithom, I think it's a sort of training, and add a traning time as the suffix to the java file except for the first time, so TopDownRedBlackTree8.java is the 8th time that I wrote red-black tree. I an hoping to record the efforts I spend on algorithom this way. And I put 'Created on' on each of the java files so that I might smell some shabby progress.