Greedy algorithm: detonate the balloon with the minimum number of arrows ?
Offer to come, dig friends take it! I am participating in the 2022 Spring Recruit series activities - click on the task to see the details of the activities. Detonate the balloon with the minimum number of arrows
Generate project 2 | image generation evaluation index FID
Cyx645016617 [TOC] 2.1 emotional understanding of FID is Frechet Inception Distance
【1162. Map Analysis 】
This is the 27th day of my participation in the First Revision Challenge 2022. For details, see: first Revision Challenge 2022 1162. Map analysis
LeetCode 142. Circular linked list II
Given a linked list, return the first node where the list begins to loop. If the list is loopless, 'null' is returned. If there is a node in the list that can be reached again by following the 'next' pointer continuously, then there is a ring in the list.
AcWing 190. String conversion
There are two strings $A, B$and A set of string transformation rules (up to $6$rules) : $A1→B1$$A2→B2$
Leetcode - Lowest fare
Offer to come, dig friends take it! I am participating in the 2022 Spring Recruit series activities - click on the task to see the details of the activities. In a country where train travel is popular, you plan some train trips a year in advance. In the coming year, the days you will travel will take
Force button brush problem notes → 598. Range sum II
This is the NTH day for me to participate in the More text challenge of November, please check the details of the activity: there are some bad things in the last more text challenge of 2021, please kindly comment!!
Clone Graph (Python)
The Clone Graph (Python) looks at BFS traversal of graphs
Bessie slowed down her pace
Bessie, the cow, is taking part in the cross-country skiing competition at the Moo Games. She starts at $1$meter per second.
JVM memory model an article with you transparent
Let us much started memory model: as a general people need to know about, the JVM memory area can be divided into: thread stack, heap, static methods area (in fact there are more areas, and here is the JVM memory area, actually Java program can also call native method using direct memory). This article will focus on these three areas. Note the stack and...