xinyu04

导航

2022年9月27日 #

[Oracle] LeetCode 227 Basic Calculator II

摘要: Given a string s which represents an expression, evaluate this expression and return its value. The integer division should truncate toward zero. You 阅读全文

posted @ 2022-09-27 22:22 Blackzxy 阅读(11) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 88 Merge Sorted Array 双指针

摘要: You are given two integer arrays nums1 and nums2, sorted in non-decreasing order, and two integers m and n, representing the number of elements in num 阅读全文

posted @ 2022-09-27 17:16 Blackzxy 阅读(10) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 1290 Convert Binary Number in a Linked List to Integer

摘要: Given head which is a reference node to a singly-linked list. The value of each node in the linked list is either 0 or 1. The linked list holds the bi 阅读全文

posted @ 2022-09-27 05:20 Blackzxy 阅读(10) 评论(0) 推荐(0) 编辑

[Oracle] LeetCode 450 Delete Node in a BST

摘要: Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of th 阅读全文

posted @ 2022-09-27 03:23 Blackzxy 阅读(8) 评论(0) 推荐(0) 编辑