标签:AOJ数据结构
Areas on the Cross-Section Diagram
Question Assume that rain is falling endlessly in the region and the water overflowing from the region is falling in the sea at the both sides. For example, for the above cross-se……
04-09 立刻查看
Doubly Linked List
Question Your task is to implement a double linked list. Write a program which performs the following operations: insert x: insert an element with key x into the front of the list.……
04-05 立刻查看
Queue(任务题目)
Question Time Limit : 1 sec , Memory Limit : 131072 KB , isSolved : There are n processes in a queue. Each process has namei and timei. The round-robin scheduling handles the proce……
04-05 立刻查看
Stack(逆波兰数)
Question Reverse Polish notation is a notation where every operator follows all of its operands. For example, an expression (1+2)*(5+4) in the conventional Polish notation can be r……
04-04 立刻查看