Skip to main content

링크드 리스트의 기본 모듈 구현

Project description

링크드 리스트의 기본 모듈 구현

동적 할당이 가능한 링크드 리스트를 구현. 더미 헤드를 두어 insert와 remove를 수월하게 만듦.

사용 예 -> import min1129.LinkedList as LL

구현 클래스

  • ListNode
  • LinkedListBasic

LinkedList 함수

  1. __init __
  2. insert
  3. append
  4. pop
  5. remove
  6. get
  7. index
  8. isEmpty
  9. size
  10. cleat
  11. count
  12. extend
  13. copy
  14. reverse
  15. sort
  16. __findNode
  17. __getNode
  18. printList

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

min1129-0.0.0.3-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page