Philip K's Puzzle List
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Snakes in the Plane
Snakes in the Plane by Paul Church A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Mathematics in Computer Science Waterloo, Ontario, Canada, 2008 c 2008 Paul Church I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. I understand that my thesis may be made electronically available to the public. ii Abstract Recent developments in tiling theory, primarily in the study of anisohedral shapes, have been the product of exhaustive computer searches through various classes of poly- gons. I present a brief background of tiling theory and past work, with particular empha- sis on isohedral numbers, aperiodicity, Heesch numbers, criteria to characterize isohedral tilings, and various details that have arisen in past computer searches. I then develop and implement a new “boundary-based” technique, characterizing shapes as a sequence of characters representing unit length steps taken from a finite lan- guage of directions, to replace the “area-based” approaches of past work, which treated the Euclidean plane as a regular lattice of cells manipulated like a bitmap. The new technique allows me to reproduce and verify past results on polyforms (edge-to-edge as- semblies of unit squares, regular hexagons, or equilateral triangles) and then generalize to a new class of shapes dubbed polysnakes, which past approaches could not describe. My implementation enumerates polyforms using Redelmeier’s recursive generation algo- rithm, and enumerates polysnakes using a novel approach. -
002-Contents.Pdf
CubeRoot Contents Contents Contents Purple denotes upcoming contents. 1 Preface 2 Signatures of Top Cubers in the World 3 Quotes 4 Photo Albums 5 Getting Started 5.1 Cube History 5.2 WCA Events 5.3 WCA Notation 5.4 WCA Competition Tutorial 5.5 Tips to Cubers 6 Rubik's Cube 6.1 Beginner 6.1.1 LBL Method (Layer-By-Layer) 6.1.2 Finger and Toe Tricks 6.1.3 Optimizing LBL Method 6.1.4 4LLL Algorithms 6.2 Intermediate 进阶 6.2.1 Triggers 6.2.2 How to Get Faster 6.2.3 Practice Tips 6.2.4 CN (Color Neutrality) 6.2.5 Lookahead 6.2.6 CFOP Algorithms 6.2.7 Solve Critiques 3x3 - 12.20 Ao5 6.2.8 Solve Critiques 3x3 - 13.99 Ao5 6.2.9 Cross Algorithms 6.2.10 Xcross Examples 6.2.11 F2L Algorithms 6.2.12 F2L Techniques 6.2.13 Multi-Angle F2L Algorithms 6.2.14 Non-Standard F2L Algorithms 6.2.15 OLL Algorithms, Finger Tricks and Recognition 6.2.16 PLL Algorithms and Finger Tricks 6.2.17 CP Look Ahead 6.2.18 Two-Sided PLL Recognition 6.2.19 Pre-AUF CubeRoot Contents Contents 7 Speedcubing Advice 7.1 How To Get Faster 7.2 Competition Performance 7.3 Cube Maintenance 8 Speedcubing Thoughts 8.1 Speedcubing Limit 8.2 2018 Plans, Goals and Predictions 8.3 2019 Plans, Goals and Predictions 8.4 Interviewing Feliks Zemdegs on 3.47 3x3 WR Single 9 Advanced - Last Slot and Last Layer 9.1 COLL Algorithms 9.2 CxLL Recognition 9.3 Useful OLLCP Algorithms 9.4 WV Algorithms 9.5 Easy VLS Algorithms 9.6 BLE Algorithms 9.7 Easy CLS Algorithms 9.8 Easy EOLS Algorithms 9.9 VHLS Algorithms 9.10 Easy OLS Algorithms 9.11 ZBLL Algorithms 9.12 ELL Algorithms 9.13 Useful 1LLL Algorithms -
Kurze Geschichte Des Würfels (Unknown Author)
Kurze Geschichte des Würfels (unknown author) ........................................................................................ 1 Erno Rubik .......................................................................................................................................... 1 Die Herstellung des Original-Rubik-Würfels in Ungarn ................................................................ 3 Die Rubik-Würfel-Weltmeisterschaft ............................................................................................... 6 A Rubik's Cube Chronology (Mark Longridge) .............................................................................................. 8 From five thousand to fifteen millions ....................................................................................................... 11 Toy-BUSINESS KONSUMEX .......................................................................................................................... 14 HISTORY (Nagy Olivér) ................................................................................................................................ 15 Kurze Geschichte des Würfels (unknown author) Jede Erfindung hat ein offizielles Geburtsdatum. Das Geburtsdatum des Würfels ist 1974, das Jahr, in dem der erste funktionsfähige Prototyp entstand und die erste Patentanmeldung entworfen wurde. Der Geburtsort war Budapest, die Hauptstadt Ungarns. Der Name des Erfinders ist inzwischen überall bekannt. Damals war Erno Rubik ein Dozent an der Fakultät für Innenarchitektur an der Akademie -
Mathematics of the Rubik's Cube
Mathematics of the Rubik's cube Associate Professor W. D. Joyner Spring Semester, 1996{7 2 \By and large it is uniformly true that in mathematics that there is a time lapse between a mathematical discovery and the moment it becomes useful; and that this lapse can be anything from 30 to 100 years, in some cases even more; and that the whole system seems to function without any direction, without any reference to usefulness, and without any desire to do things which are useful." John von Neumann COLLECTED WORKS, VI, p. 489 For more mathematical quotes, see the first page of each chapter below, [M], [S] or the www page at http://math.furman.edu/~mwoodard/mquot. html 3 \There are some things which cannot be learned quickly, and time, which is all we have, must be paid heavily for their acquiring. They are the very simplest things, and because it takes a man's life to know them the little new that each man gets from life is very costly and the only heritage he has to leave." Ernest Hemingway (From A. E. Hotchner, PAPA HEMMINGWAY, Random House, NY, 1966) 4 Contents 0 Introduction 13 1 Logic and sets 15 1.1 Logic................................ 15 1.1.1 Expressing an everyday sentence symbolically..... 18 1.2 Sets................................ 19 2 Functions, matrices, relations and counting 23 2.1 Functions............................. 23 2.2 Functions on vectors....................... 28 2.2.1 History........................... 28 2.2.2 3 × 3 matrices....................... 29 2.2.3 Matrix multiplication, inverses.............. 30 2.2.4 Muliplication and inverses............... -