文件名称:add_two_list

介绍说明--下载内容均来自于网络,请自行研究使用

此C++代码实现将两个逆序输入的数字构成的链表中进行相加,链表中的值一次只能存放一位数字,若两个数字和大于10,则加到下一位上。如输入: (2 -> 4 -> 3) + (5 -> 6 -> 4)

输出: 7 -> 0 -> 8-This code implements the list C++ two digital inputs configured in reverse order are summed, the list of values ​ ​ can only store one digit, and if two numbers greater than 10, then applied to the next. Such as input: (2-> 4-> 3)+ (5-> 6-> 4) Output: 7-> 0-> 8
(系统自动生成,下载前可以参看下载内容)

下载文件列表





add_two_list

............\debug

............\.....\leetcode_string.exe

............\.....\leetcode_string.ilk

............\.....\leetcode_string.pdb

............\ipch

............\....\leetcode_string-15acd44d

............\....\........................\leetcode_string-f32c6927.ipch

............\leetcode_string

............\leetcode_string.ncb

............\leetcode_string.opensdf

............\leetcode_string.sdf

............\leetcode_string.sln

............\leetcode_string.sln.old

............\leetcode_string.suo

............\leetcode_string.suo.old

............\...............\Add_two_list.cpp

............\...............\Add_two_list.h

............\...............\add_two_numbers.cpp

............\...............\add_two_numbers.h

............\...............\Debug

............\...............\.....\Add_two_list.obj

............\...............\.....\add_two_numbers.obj

............\...............\.....\BuildLog.htm

............\...............\.....\CL.read.1.tlog

............\...............\.....\CL.write.1.tlog

............\...............\.....\isMatch.obj

............\...............\.....\leetcode_string.Build.CppClean.log

............\...............\.....\leetcode_string.exe.embed.manifest

............\...............\.....\leetcode_string.exe.embed.manifest.res

............\...............\.....\leetcode_string.exe.intermediate.manifest

............\...............\.....\leetcode_string.lastbuildstate

............\...............\.....\leetcode_string.log

............\...............\.....\leetcode_string.obj

............\...............\.....\leetcode_string_manifest.rc

............\...............\.....\link-cvtres.read.1.tlog

............\...............\.....\link-cvtres.write.1.tlog

............\...............\.....\link.read.1.tlog

............\...............\.....\link.write.1.tlog

............\...............\.....\Merge_Sort.obj

............\...............\.....\mt.dep

............\...............\.....\mt.read.1.tlog

............\...............\.....\mt.write.1.tlog

............\...............\.....\printList.obj

............\...............\.....\rc.read.1.tlog

............\...............\.....\rc.write.1.tlog

............\...............\.....\ReorderList.obj

............\...............\.....\setZeros.obj

............\...............\.....\stdafx.obj

............\...............\.....\vc100.idb

............\...............\.....\vc100.pdb

............\...............\isMatch.cpp

............\...............\isMatch.h

............\...............\leetcode_string.cpp

............\...............\leetcode_string.vcproj

............\...............\leetcode_string.vcproj.Lucas_wang-PC.Lucas_wang.user

............\...............\leetcode_string.vcxproj

............\...............\leetcode_string.vcxproj.filters

............\...............\leetcode_string.vcxproj.user

............\...............\Merge_Sort.cpp

............\...............\Merge_Sort.h

............\...............\printList.cpp

............\...............\public.h

............\...............\ReadMe.txt

............\...............\ReorderList.cpp

............\...............\ReorderList.h

............\...............\setZeros.cpp

............\...............\SetZeros.h

............\...............\stdafx.cpp

............\...............\stdafx.h

............\UpgradeLog.XML

............\_UpgradeReport_Files

............\....................\UpgradeReport.css

............\....................\UpgradeReport.xslt

............\....................\UpgradeReport_Minus.gif

............\....................\UpgradeReport_Plus.gif

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org