IT Log

Record various IT issues and difficulties.

Tag: Algorithm


  • The Rust Series: Automated Testing – Part 1

    🎃 Personal Column: 🐬 Algorithm Design and Analysis: Algorithm Design and Analysis_IT Yan’s Blog – CSDN Blog 🐳 Java Basics: Java Basics_IT Yan’s Blog – CSDN Blog 🐋 C Language: C Language_IT Yan’s Blog – CSDN Blog 🐟 MySQL: Data Structure_IT Yan’s Blog – CSDN Blog 🐠 Data Structures: ​​​​​​Data Structures_IT Yan’s Blog – CSDN…


  • How are hash values generated

    Hash functions are algorithms that convert input data into a fixed-size string of bytes, known as a hash value or hash code. These functions are essential in various applications, including data storage and retrieval, password security, and data integrity checks. Key Steps in Generating Hash Values: Input Processing: The input data is first converted into…