alle ja/nee problemen die opgelost kunnen worden met een deterministische Turingmachine binnen polynomiale tijd.
alle ja/nee problemen die kunnen opgelost worden met een uitvoeringstijd die een veelterm is afhankelijk van de invoerlengte.
| /** | |
| * Copyright (c) <2022> <Yann Thorimbert, Bastien Chopard, Matthias Kovacic> | |
| * Permission is hereby granted, free of charge, to any person | |
| * obtaining a copy of this software and associated documentation | |
| * files (the "Software"), to deal in the Software without | |
| * restriction, including without limitation the rights to use, | |
| * copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| * copies of the Software, and to permit persons to whom the | |
| * Software is furnished to do so, subject to the following | |
| * conditions: |
| /* | |
| * MIT License | |
| * | |
| * Copyright (c) 2022 Marvin (DerFrZocker) | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to deal | |
| * in the Software without restriction, including without limitation the rights | |
| * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| * copies of the Software, and to permit persons to whom the Software is |
| Supplier () -> x | |
| Consumer x -> () | |
| Callable () -> x throws ex | |
| Runnable () -> () | |
| Function x -> y | |
| BiFunction x,y -> z | |
| Predicate x -> boolean | |
| UnaryOperator x1 -> x2 | |
| BinaryOperator x1,x2 -> x3 |
alle ja/nee problemen die opgelost kunnen worden met een deterministische Turingmachine binnen polynomiale tijd.
alle ja/nee problemen die kunnen opgelost worden met een uitvoeringstijd die een veelterm is afhankelijk van de invoerlengte.
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks