迹忆客 EN >

所有文章

Core code of commonly used sorting algorithms

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

In the article "Common Sorting Algorithms", we briefly introduced the ideas and implementation steps of various sorting algorithms. In this article, I will share the core codes of these sorting algorithms with you. The complete code of all...

查看全文

Learning the Sorting Algorithm - Radix Sorting (LSD)

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

Radix Sort : It is a non-comparative integer sorting algorithm. The basic principle of radix sorting is to group integers according to the number of digits in the integer. In the grouping process, the missing digits are filled with 0. Accor...

查看全文

Distributed thinking in Memcached

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

Distributed thinking in Memcached

Memcached is known as a high-performance distributed cache system. Speaking of distribution, Memcached is worth analyzing. Its distribution mechanism is different from that of general distributed service systems. In distributed service syst...

查看全文

My understanding of the Paxos algorithm

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

My understanding of the Paxos algorithm

In a distributed system, a core issue is data consistency. Therefore, the consistency algorithm is of utmost importance in a distributed system. The Paxos algorithm is designed to solve the consistency problem, but it has always been consid...

查看全文

Base64 encoding pitfalls: ID card number fuzzy query

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

First, I will dig out the pits I encountered in the project. In our project, there is such a requirement that the user's ID number cannot be stored in plain text when it is stored in the database. In view of such a requirement, it is natura...

查看全文

Design Patterns in Java - Visitor Pattern

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

Design Patterns in Java - Visitor Pattern

Today, we are going to learn one of the most useful patterns, the Visitor Pattern. What is the Visitor pattern? Well, let's look at an example. Let's say you're a software engineer working at a university. The university rarely has establis...

查看全文

How to use Strategy Pattern in Java?

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

How to use Strategy Pattern in Java?

Hi everyone, you might have heard, “Can you tell me about any design pattern other than Singleton design pattern that you have used recently in your project?”. This is one of the popular questions in various Java interviews in recent ye...

查看全文

Difference between Proxy Mode and State Mode in Java

发布时间:2025/03/19 作者:JIYIK 分类:ALGORITHM

Difference between Proxy Mode and State Mode in Java

Hi guys, if you are preparing for Java interview and looking for difference between Proxy and State design pattern, then you are at the right place. In the past, I have explained several important object-oriented design patterns like State,...

查看全文

扫一扫阅读全部技术教程

社交账号
  • https://www.github.com/onmpw
  • qq:1244347461

热门文章

热门标签

扫码一下
查看教程更方便