Skip to content

librelu/slidewindow_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slide Window Practice

This is a slide window contains feature to find. Triple and fourth also the ordering number. Collected all possible results.

Here is the example:

example: []int{2, 2, 2, 2, 3, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 8}

.
├── +[2 3 4]
│   ├── +[6 7 8]
│   ├── +[5 5 5]
│   │   ├── +[6 7 8]
│   │   ├── +[6 6 6]
│   │   │   └── +[6 7 8]
│   │   └── +[6 6 6 6]
│   │       └── +[6 7 8]
│   └── +[5 5 5 5]
│       ├── +[6 7 8]
│       ├── +[6 6 6]
│       │   └── +[6 7 8]
│       └── +[6 6 6 6]
│           └── +[6 7 8]
├── +[2 2 2 2]
│   ├── +[2 3 4]
│   │   ├── +[6 7 8]
│   │   ├── +[5 5 5]
│   │   │   ├── +[6 7 8]
│   │   │   ├── +[6 6 6]
│   │   │   │   └── +[6 7 8]
│   │   │   └── +[6 6 6 6]
│   │   │       └── +[6 7 8]
│   │   └── +[5 5 5 5]
│   │       ├── +[6 7 8]
│   │       ├── +[6 6 6]
│   │       │   └── +[6 7 8]
│   │       └── +[6 6 6 6]
│   │           └── +[6 7 8]
│   ├── +[5 5 5]
│   │   ├── +[6 7 8]
│   │   ├── +[6 6 6]
│   │   │   └── +[6 7 8]
│   │   └── +[6 6 6 6]
│   │       └── +[6 7 8]
│   └── +[5 5 5 5]
│       ├── +[6 7 8]
│       ├── +[6 6 6]
│       │   └── +[6 7 8]
│       └── +[6 6 6 6]
│           └── +[6 7 8]
└── +[2 2 2]
    ├── +[2 3 4]
    │   ├── +[6 7 8]
    │   ├── +[5 5 5]
    │   │   ├── +[6 7 8]
    │   │   ├── +[6 6 6]
    │   │   │   └── +[6 7 8]
    │   │   └── +[6 6 6 6]
    │   │       └── +[6 7 8]
    │   └── +[5 5 5 5]
    │       ├── +[6 7 8]
    │       ├── +[6 6 6]
    │       │   └── +[6 7 8]
    │       └── +[6 6 6 6]
    │           └── +[6 7 8]
    ├── +[5 5 5]
    │   ├── +[6 7 8]
    │   ├── +[6 6 6]
    │   │   └── +[6 7 8]
    │   └── +[6 6 6 6]
    │       └── +[6 7 8]
    └── +[5 5 5 5]
        ├── +[6 7 8]
        ├── +[6 6 6]
        │   └── +[6 7 8]
        └── +[6 6 6 6]
            └── +[6 7 8]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages