-
Updated
Jan 3, 2020 - Objective-C
array
Here are 1,624 public repositories matching this topic...
There are n different online courses numbered from 1 to n. Each course has some duration(course length) tand closed on dth day. A course should be taken continuously for t days and must be finished before or on the dth day. You will start at the 1st day.
Given n online courses represented by pairs (t,d), your task is to find the maximal number of courses that can be taken.
-
Updated
Sep 30, 2019
From a discussion on discourse we noticed that the documentation of String.all and String.any are missing an example for the empty String.
any isDigit "" == False
all isDigit "" == True
Potentially dump question - the documentation of this project is generated with Sphinx. Is there any specific reason why PDF is not explicitly supported as an output format in this project? Sphinx does support it out of the box and I could patch it into the documentation's makefile if there are no objections.
-
Updated
Apr 12, 2020 - Java
Looks like there's no example using vector types defined in cltypes while the doc itself for these types are not so understandable. There are many examples having kernels taking vector type arguments, but the python code is using the numpy type, instead of the defined vector type. E.g. https://github.com/inducer/pyopencl/blob/master/examples/demo_elementwise_complex.py
-
Updated
Jan 7, 2020 - Swift
Hi,
http://yonaba.github.io/Moses/doc/
From this page if you click on the Tutorial link on the left hand side you are taken to the tutorials page (http://yonaba.github.io/Moses/doc/manual/tutorial.md.html). The Section links in that page don't work. Then, if one goes back to the index on the left and click the moses module, the user gets a 404.
I tested this in both Chrome 69.0.3497.100
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Aug 8, 2019 - JavaScript
-
Updated
Apr 11, 2020 - HTML
-
Updated
Mar 15, 2019 - JavaScript
-
Updated
Apr 9, 2020 - Python
- -
slength - -
maxSize - -
size - -
snull - -
(!?) - -
(!) - -
index - -
index' - -
head' - -
shead' - -
last' - -
indexM - -
headM - -
sheadM - -
lastM - -
unconsM - -
unsnocM - -
slice - -
slice' - -
sliceM - -
sslice - -
sliceAt - - `slic
-
Updated
Apr 6, 2020 - PHP
-
Updated
Apr 8, 2020 - C#
-
Updated
Feb 18, 2020 - Swift
- Examples folder.
- Reverse Map: https://repl.it/@yrnd1/Morphism-ReverseMap
- Map towards a complex structure: https://stackblitz.com/edit/morphism-issues-50?file=index.ts
- Redux
- RxJs
- Axios interceptor
- Decorators
Update documentation
-
Updated
Jan 20, 2020 - JavaScript
-
Updated
Mar 18, 2020 - Rust
-
Updated
Apr 11, 2020 - JavaScript
-
Updated
Aug 24, 2018 - Objective-C
Improve this page
Add a description, image, and links to the array topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the array topic, visit your repo's landing page and select "manage topics."
I'd suggest a better differentiation between Best and Breadth First Search in the Graphs section.
Acronyms BFS and DFS are used all over the place, but "breadth" and "depth" aren't mentioned anywhere, making it hard for a newcomer to understand what is being referred to.