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

Tag: recursion

How to use the minimum possible combination of a coin change problem using recursive in C #

I am new to C# and I have a recursive problem to solve. I want to get the least number of coins in this coin replacement problem. I have adjusted the algorithm for it, but I Need to return an objec

October 17, 2021By Simo Mathematics C #, change, coin, combination, gain, how to use, Minimum, possible, problem, recursionLeave a Comment

GIL global interpreter locks lock lock signal volume

Contents

GIL global interpreter lock: study interpreter lock based on cpython GIL is essentially a mutex lock

The purpose of GIL is to prevent multiple threads in the same process from

October 16, 2021By Simo Mathematics deadlock, gil, Global, interpreter, lock, Quantity, recursion, signalLeave a Comment

[Data Structure] Recursive and non-recursion realization of binary search trees

1. What is a binary search tree

1. Each node has a key code (key) as the basis for searching, and the key codes of all nodes are different from each other.

2. The key code (key) of all

October 15, 2021By Simo Data Structure Data Structure, Fork, non-, realization, recursion, search, Tree, twoLeave a Comment

[Data Structure] Recursive Realization of Binary Tree

The concept of binary tree, I don’t want to talk about it here, but you need to know the basics of full binary tree, complete binary tree, etc.

Concept, enter the topic below.

First cre

October 15, 2021By Simo Data Structure binary tree, Data Structure, realization, recursionLeave a Comment

[Data Structure] Recurrence and non-recursion of the binary tree

The test cases used in the code below are drawn as a tree and look like this:

When creating the tree, the array is given, and’#’ represents an illegal value , That is, the node is empty.

<

October 15, 2021By Simo Data Structure binary tree, creation, Data Structure, non-, recursion, Recursive, traversalLeave a Comment

Performance – slow tail recursive in F #

I have an F# function that returns a list of numbers starting from 0 in the mode of skipping n, select n, skip n, select n…the limit is reached. For example, enter 2 This function will return [2,

October 2, 2021By Simo Performance Medium, performance, recursion, slow, tailLeave a Comment

Recursive JSON in PostgreSQL

I have the following table in PostgreSQL 9.5 server:

It is worth noting that the position is theoretically infinitely recursive. I need to generate a JSON message from the root position and r

September 21, 2021By Simo Postgresql generated, JSON, middle, PostgreSQL, recursionLeave a Comment
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