Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Mathematics

Applied Mathematics is a general term for mathematical theories and methods with a clear application purpose. The study of how to apply mathematical knowledge to the branches of mathematics in other categories (especially science) can be said to be the opposite of pure mathematics. Including differential equations, vector analysis, matrix, Fourier transform, complex analysis, numerical methods, probability theory, mathematical statistics, operations research, control theory, combinatorial mathematics, information theory and many other branches of mathematics, as well as from various application fields The study of the mathematical problem presented. Computational mathematics can sometimes be regarded as part of applied mathematics.

HDU 5354 tree points

Given a tree with n nodes, the points have power

Find the number of point pairs (x,y)

where x!=y , the difference between the maximum value and the minimum value on the path from x to y

October 16, 2021By Simo Mathematics grade, HDU, point, TreeLeave a Comment

Leekcode solving record

There was a LeekCode competition last night. Five questions were solved in two and a half hours. After solving the first two questions easily, I got stuck on the third question. When there was half

October 16, 2021By Simo Mathematics Leekcode, Record, SolvingLeave a Comment

2019 Introduction to the ACM Base of East China Jiaotong University

1. Introduction to the achievements of the base: ACM International Collegiate Programming Contest (ACM International Collegiate Programming Contest (referred to as ACM-ICPC or ICPC)) is organized b

August 22, 2021By Simo MathematicsLeave a Comment

101. Symmetrical binary tree

Given a binary tree, check whether it is mirror-symmetrical.

For example, the binary tree [1,2,2,3,4,4,3] is symmetrical.

1
/ \
2 2
/ \ / \
3 4 4 3
But the following (1,2,2,null,3,nu

August 22, 2021By Simo Mathematics binary tree, symmetricalLeave a Comment

2-2 Numpy-Matrix

1 # !usr/bin/env python
2 # Author:@vilicute
3
4 import numpy as np
5 # Creation of matrix
6 matr1 = np.mat(“4 2 3;4 5 6;7 8 9” )
7 matr2 = np.matrix([[4,5,6],[7,8,9],[1 ,2,3]])
8 pri

August 22, 2021By Simo Mathematics Matrix, NumpyLeave a Comment

2019.9.26 – Implementation code of the binary tree

# coding:utf-8

class Node(object):
“”””””
def __init__(self, item):
self. elem = item
self,lchild = None
self.rchild = None

class Tree(object):
“””Binary Tree”””
def __init__(sel

August 22, 2021By Simo Mathematics 2019.9.26, binary tree, code, realizationLeave a Comment

144. Pre-sequence traversal of the binary tree

Given a binary tree, return its previous traversal.

Example:

Input: [1,null,2,3]
1
\
2
/
3 Output: [1,2,3]
Advanced: The recursive algorithm is very simple, can you do it through

August 22, 2021By Simo Mathematics binary tree, preamble, traversalLeave a Comment

Posts navigation

Page 1 … Page 8 Page 9
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress