Coder Social home page Coder Social logo

Comments (1)

jerryu avatar jerryu commented on July 24, 2024

I am also curious, so I added some debugging code to output

  • the partial string yet to check at the beginning of the iteration.
  • the values of i and count, at beginning and the end of each iteration

The i=i+1 proposed by Naolador seems to have the desirable/expected flow.

Allowing overlapped counting might require walking the pointer back, depending on the flow.
To illustrate, I made up a word, 'booookmaker'.
Both solutions don't allow overlapping, whereas the second 'o' forms one double with 'o' before and another double with 'o' after.

 reset	booookmaker	0	0	1	0		 reset	booookmaker	0	0	1	0
 double	 ooookmaker	1	0	3	1		 double	 ooookmaker	1	0	3	1
 double	   ookmaker	3	1	5	2		 double	   ookmaker	3	1	5	2
 reset	     kmaker	5	2	2	0	      |	 reset	     kmaker	5	2	6	0
 double	  oookmaker	2	0	4	1	      <
 reset	    okmaker	4	1	3	0	      <
 double	   ookmaker	3	0	5	1	      <
 reset	     kmaker	5	1	4	0	      <
 reset	    okmaker	4	0	5	0	      <
 reset	     kmaker	5	0	6	0	      <
 reset	      maker	6	0	7	0		 reset	      maker	6	0	7	0
 reset	       aker	7	0	8	0		 reset	       aker	7	0	8	0
 reset	        ker	8	0	9	0		 reset	        ker	8	0	9	0
 reset	         er	9	0	10	0		 reset	         er	9	0	10	0

from thinkpython2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.